You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
(13) |
Jul
(6) |
Aug
|
Sep
(16) |
Oct
(14) |
Nov
(10) |
Dec
(23) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(38) |
Feb
(49) |
Mar
(21) |
Apr
(41) |
May
(15) |
Jun
(38) |
Jul
(43) |
Aug
(13) |
Sep
(37) |
Oct
(61) |
Nov
(17) |
Dec
(2) |
2005 |
Jan
(68) |
Feb
(11) |
Mar
(28) |
Apr
(25) |
May
(11) |
Jun
(11) |
Jul
(21) |
Aug
(6) |
Sep
(117) |
Oct
(38) |
Nov
(4) |
Dec
(12) |
2006 |
Jan
(21) |
Feb
(34) |
Mar
(72) |
Apr
(21) |
May
(78) |
Jun
(61) |
Jul
(45) |
Aug
(46) |
Sep
(72) |
Oct
(18) |
Nov
(29) |
Dec
(31) |
2007 |
Jan
(9) |
Feb
(8) |
Mar
(9) |
Apr
(30) |
May
(8) |
Jun
(16) |
Jul
(3) |
Aug
(8) |
Sep
(10) |
Oct
(17) |
Nov
(4) |
Dec
(22) |
2008 |
Jan
(16) |
Feb
(9) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(2) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(2) |
Mar
(8) |
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Baeckeroot a. <al2...@la...> - 2004-01-11 16:38:55
|
Le Dimanche 11 Janvier 2004 12:28, Paul a =E9crit : >=20 > Hi Alex >=20 > There has been work to port Red Hat's anaconda package over to Debian. Th= is=20 > goes quite some way in assisting with hardware detection* as well as=20 > providing a GUI front end for partitioning and installing. See=20 > http://lwn.net/Articles/58074/ for a couple of links.. >=20 > The downside to anaconda is it's use of python.. >=20 Hi Morphix world there is also the Mandrake DiskDrake , written in Perl, which has nice feat= ures: - can be configured by a script, in a simple way: =20 - know how to resise FAT partitions (i tried it once... it seems cool :) - very nice and user friendly graphical Interface if interactive configura= tion is prefered Just an example i used some times ago for a fully-automated-install Depending on disk size, it shares disk space according to ratios and fixed limits: =20 'partitions' =3D> [ { 'mntpoint' =3D> 'swap', 'size' =3D> 64 << 11, 'maxsize' =3D> 256 << 11, 'ratio' =3D> 1, 'type' =3D> 130 }, { 'mntpoint' =3D> '/', 'size' =3D> 200 << 11, 'type' =3D> 1155, 'ratio' =3D> 1, 'maxsize' =3D> 400 << 11 }, { 'mntpoint' =3D> '/home', 'size' =3D> 50 << 11, 'type' =3D> 1155, 'ratio' =3D> 10 }, =20 Old versions were bugged , but since 8.2 upgraded it is has been corrected (counted 1 cylinder in excess !!!)=20 Maybe it can help :) Regards=20 alain |
From: Otto <ott...@ke...> - 2004-01-11 12:33:12
|
Viestiss=E4 Sunnuntai 11. Tammikuuta 2004 12:35, Alex de Landgraaf kirjoi= tti: > We're working on automatic installing, but it isn't coming easy. Curren= tly, > we do have a commandline installer that can perform all actions > automatically, but the biggest issue is automatic partitioning. I have > recently started again on partitionmorpher, our separate > (GTK2/parted-based) partitioning tool, and am planning to have it do > (near)automatic partitioning, but it's not finished yet. > > When, not if, we have automatic installing it should be as simple as ad= ding > a bootoption and hitting enter. Until that time, we can use all the hel= p we > can get :) Yes, I belive this bootoption-thing sound good. Although it is a little=20 overhead to go in X for just installation.. I don't need easy installation - I need automatic installation. Just put = the=20 CD into the machine, and the autodetect and autoconfigure should do=20 everything. Partitioning should be easy, since all available space can be= =20 used. Think about a recycling center that takes in used hardware and puts= out=20 preinstalled linuxboxes.. way cool, right? Of course, some analyzing of=20 memory and harddrive would be good also, so that the we know the hardware= was=20 detected and working before we go to installation. --=20 *** Otto Kek=E4l=E4inen / Osuuskunta Sange *** ott...@sa... *= ** *** PL 197, 00131 Helsinki *** 050 - 300 8105 *** |
From: Alex de L. <ale...@xs...> - 2004-01-11 11:51:19
|
> Redhat's annaconda does automatic partitioning. > It can be good point to refer. Paul, Sajith, thanks for the mention of anaconda, I'll check it out (after progeny gets their svn server back up...) Even if it's python, it can always be converted to C :) Sajith, I was moving in the direction of a simple one-dialog wizard for partitioning. If you want to help, take a look at PM in cvs (but the wizard-mode is still a wip, normal/expert-mode is coming together nicely) Cheers, Alex /------------------------------------------------------------------\ | Alex de Landgraaf | The cure for boredom is curiosity | | Student AI & CS, VU, A'dam | There is no cure for curiosity | | Phone: 06-16844084 | | | GPG: http://am.xs4all.nl/key_alex.asc /'-'\ | | www.alextreme.org & www.morphix.org ( o o ) | \------------------------------------------oOO0--(_)--0OOo---------/ |
From: Sajith VK <saj...@ho...> - 2004-01-11 11:41:46
|
On ഞാ, 2004-01-11 at 16:05, Alex de Landgraaf wrote: > We're working on automatic installing, but it isn't coming easy. Currently, we > do have a commandline installer that can perform all actions automatically, but > the biggest issue is automatic partitioning. Redhat's annaconda does automatic partitioning. It can be good point to refer. B/w autopartitoning is good for the normal installation too. In morphix installation, only difficult step is partitioning. It will be nice we can add an option which will find freespace in the hard disk and create partition there automatically > I have recently started again on > partitionmorpher, our separate (GTK2/parted-based) partitioning tool, and am > planning to have it do (near)automatic partitioning, but it's not finished > yet. > > When, not if, we have automatic installing it should be as simple as adding a > bootoption and hitting enter. Until that time, we can use all the help we can > get :) > > Related non-morphix projects: autopartkit in debian-installer, > linuxinstall.org(?), FAI, partimage. however, these don't autodetect and > autoconfigure afaik. > > Cheers, > > Alex > > > /------------------------------------------------------------------\ > | Alex de Landgraaf | The cure for boredom is curiosity | > | Student AI & CS, VU, A'dam | There is no cure for curiosity | > | Phone: 06-16844084 | | > | GPG: http://am.xs4all.nl/key_alex.asc /'-'\ | > | www.alextreme.org & www.morphix.org ( o o ) | > \------------------------------------------oOO0--(_)--0OOo---------/ > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Morphix-devel mailing list > Mor...@li... > https://lists.sourceforge.net/lists/listinfo/morphix-devel -- Sajith VK <saj...@ho...> |
From: Paul <bd...@nt...> - 2004-01-11 11:28:55
|
Hi Alex There has been work to port Red Hat's anaconda package over to Debian. This goes quite some way in assisting with hardware detection* as well as providing a GUI front end for partitioning and installing. See http://lwn.net/Articles/58074/ for a couple of links.. The downside to anaconda is it's use of python.. Regards, Paul. * Hardware detection still relies on kudzu to do all the low level work. On Sunday 11 January 2004 10:35 am, Alex de Landgraaf wrote: > Related non-morphix projects: autopartkit in debian-installer, > linuxinstall.org(?), FAI, partimage. however, these don't autodetect and > autoconfigure afaik. -- "To err is human...to really f*** things up requires the root password." From a collection of quotes at http://www.indigo.org/quotes.html |
From: Alex de L. <ale...@xs...> - 2004-01-11 10:35:44
|
Quoting Otto Kekäläinen <ott...@ke...>: > I am searching for people who have done something like this earlier, or know > > some project that does this, or who have any ideas about how to make this in > > a intelligent way.. Hey Otto, We're working on automatic installing, but it isn't coming easy. Currently, we do have a commandline installer that can perform all actions automatically, but the biggest issue is automatic partitioning. I have recently started again on partitionmorpher, our separate (GTK2/parted-based) partitioning tool, and am planning to have it do (near)automatic partitioning, but it's not finished yet. When, not if, we have automatic installing it should be as simple as adding a bootoption and hitting enter. Until that time, we can use all the help we can get :) Related non-morphix projects: autopartkit in debian-installer, linuxinstall.org(?), FAI, partimage. however, these don't autodetect and autoconfigure afaik. Cheers, Alex /------------------------------------------------------------------\ | Alex de Landgraaf | The cure for boredom is curiosity | | Student AI & CS, VU, A'dam | There is no cure for curiosity | | Phone: 06-16844084 | | | GPG: http://am.xs4all.nl/key_alex.asc /'-'\ | | www.alextreme.org & www.morphix.org ( o o ) | \------------------------------------------oOO0--(_)--0OOo---------/ |
From: Otto <ott...@ke...> - 2004-01-11 10:19:29
|
Hello! I am searching for people who have done something like this earlier, or k= now=20 some project that does this, or who have any ideas about how to make this= in=20 a intelligent way.. ~~~ I'm about to construct a livecd that once booted automatically: -checks memory and harddrive for errors (memtest and fsck?) -reports what hardware was detected -allows to install linux automatically with one click -the linux installed should be the same as on the livecd, exept that it d= oes=20 not run the same bootup-things (not very useful to install itself all the= =20 time) I short, it would look something like this: --screenshot-- Booting.. Found devices: aa bb cc dd ee ff gg RAM-memory:=20 128M OK Harddrives:=20 hda OK hdb OK If the information above is what it should be,=20 press 'Y' to continue installing Linux or 'S' to stop and shutdown. --screenshot-- ..I could possibly also ask a root password for each new installation, bu= t the=20 idea is to do it all with minimum user intervention. It could be a plain Morphix heavygui with some startup-script that is rem= oved=20 from target machine at installation.. -- --=20 *** Otto Kek=E4l=E4inen / Osuuskunta Sange *** ott...@sa... *= ** *** PL 197, 00131 Helsinki *** 050 - 300 8105 *** |
From: Brian K. <bk...@co...> - 2004-01-08 23:57:09
|
Sajith VK wrote: > We are trying to create a Gis Morphix, which includes Gis softwares > like GRASS, thuban, mapserver etc. I discussed with freegis people > about this. One of them pointed out that morphix may contain > "non-free" (free as in freedom) software, which will make the > CD we make also non-free. At first I thought its wrong, but soon > I realised that nvidia driver is present in morphix and it is > non-free. > > So what are the "non-free" softwares in morphix? Is a > free-morphix possible? > If you look on the knoppix.net page containing custom disks people have created from Knoppix you'll find someone has beaten you to it. Not that you can't do one yourself, but you may want to build on their work and add to or take away as your project requires to save you time. http://www.knoppix.net/docs/index.php/KnoppixCustomizations http://www.sourcepole.com/sources/software/gis-knoppix/ -- ---------------------------------------------- Somewhere there is a village missing an idiot. |
From: Alex de L. <ale...@xs...> - 2004-01-08 19:20:24
|
> CD we make also non-free. At first I thought its wrong, but soon > I realised that nvidia driver is present in morphix and it is > non-free. Well, your question is answered then :) http://am.xs4all.nl/phpwiki/index.php/LegalIssues The Debian-NP people also requested this, they made a base module without the nvidia driver. Personally, I'm not a zealot/free-software-fanatic in this matter (I could point to Debian's non-free packages), but I'll probably throw the nvidia driver in a minimodule again in due time (the reason it was placed in the base module was that it's a kernel module, less mess with upgrading the modules). Having said that, it's not a priority atm. Besides the nvidia driver, there shouldn't be any non-free software in the Light/Gnome/KDE modules. Cheers, Alex |
From: Sajith VK <saj...@ho...> - 2004-01-08 11:03:00
|
Hi, We are trying to create a Gis Morphix, which includes Gis softwares like GRASS, thuban, mapserver etc. I discussed with freegis people about this. One of them pointed out that morphix may contain "non-free" (free as in freedom) software, which will make the CD we make also non-free. At first I thought its wrong, but soon I realised that nvidia driver is present in morphix and it is non-free. So what are the "non-free" softwares in morphix? Is a free-morphix possible? -- Sajith VK <saj...@ho...> |
From: Alex de L. <ale...@xs...> - 2004-01-07 20:35:43
|
> Just a suggestion. There is a read/write driver with NTFS support: > > http://www.jankratochvil.net/project/captive/ > > Would be nice to include it in Morphix. Have seen this and other ideas Klaus has planned for his next release, I'll be sure to copy these into Morphix as best as I can. LUFS is included in the 0.4-1 release, so technically it would just be a matter of installing the two .debs (captive and catpive-lufs), and mounting the partitions rw using captive instead of ro... |
From: Sebastian B. <sb...@as...> - 2004-01-07 20:09:08
|
Just a suggestion. There is a read/write driver with NTFS support: http://www.jankratochvil.net/project/captive/ Would be nice to include it in Morphix. -- Best regards, //=\ Sebastian Bassi - Diplomado en Ciencia y Tecnologia, UNQ //=\ \=// IT Manager Advanta Seeds - Balcarce Research Center - \=// //=\ Pro secretario ASALUP - www.asalup.org - PGP key available //=\ \=// E-mail: sb...@ge... - ICQ UIN: 3356556 - \=// http://Bioinformatica.info |
From: Alex de L. <ale...@xs...> - 2004-01-03 17:23:35
|
Hey all, finally got around to debianizing a few of the newer morphix packages in the CVS, you can get the .deb's from: http://am.xs4all.nl/morphix/debs Appreciate all the feedback given, but please be careful with partitionmorper or she'll gobble up your data. If anyone wants to hack around, you're advised to checkout the source from CVS (as I won't be updating these packages at every turn until they are stable enough). Cheers, Alex /'-'\ ( o o ) ------------oOO0--(_)--0OOo------------ Wouter Alexander de Landgraaf Student AI & CS VU Amsterdam Phone: 06-16844084 GPG: http://am.xs4all.nl/key_alex.asc WWW: www.alextreme.org & www.morphix.org .oooO ( ) Oooo. --------------\ (----( )-------------- \_) ) / (_/ |
From: Alex de L. <ale...@xs...> - 2004-01-01 15:51:46
|
> We have translated the mophix installer > , should I send the po file to morphix team? Yes please, you should use the sf.net interface for submitting patches. Alex |
From: Sajith VK <saj...@ho...> - 2004-01-01 05:56:05
|
Hi, Malayalam Morphix is now ready!!!. (Malayalam ml_IN is a south Indian Language) I will try to upload it some where, untill then, please contact us for a copy. We have translated the mophix installer , should I send the po file to morphix team? -- Sajith VK <saj...@ho...> |
From: Sajith VK <saj...@ho...> - 2003-12-30 18:49:28
|
Hi, On ശ, 2003-12-27 at 15:42, Alex de Landgraaf wrote: > > (Morphix in malayalam Language, ml_IN). Everything is > > fine, but the "Morphix installer" is not translated. > > Take a look on http://sourceforge.net/cvs/?group_id=71814 and co > morphixinstaller > It doesn't have any translations at the moment, but you might want to check out > the po/ directory and the trans.c file in the root of morphixinstaller. I have > just committed an initial po/morphixinstaller.pot file for you to work with. > > As I've never actually cared much about gettext et al, and others might find it > useful, here is a short introduction to it: > > http://www.informatik.uni-oldenburg.de/~joey/Linux/gettext.html Thanks a lot. I will come with a good malayalam Morphix within few days!. -- Sajith VK <saj...@ho...> |
From: Sajith VK <saj...@ho...> - 2003-12-30 11:48:25
|
Hi, I am trying to create a malayalam Morphix. I removed evolution and gimp from this distribution. Now I gets an error saying some images for evolution and gimp are missing. I found that gnome panel of "Morphix Gnome" (The bottom panel), include shortcuts to Evolution and gimp. Now I want to remove this two shortcuts. Also I wish to do add some other shortcuts (relevent for local language). Where can I make this changes? I noticed that this is not part of the MainModule. Is it there in the base module? Please help -- Sajith VK <saj...@ho...> |
From: Alex de L. <ale...@xs...> - 2003-12-28 22:39:51
|
> Ok. Here is the translated file. Great, thanks! Spanish translation has been added to the morphixinstaller project in CVS, po/es.po. /'-'\ ( o o ) ------------oOO0--(_)--0OOo------------ Wouter Alexander de Landgraaf Student AI & CS VU Amsterdam Phone: 06-16844084 GPG: http://am.xs4all.nl/key_alex.asc WWW: www.alextreme.org & www.morphix.org .oooO ( ) Oooo. --------------\ (----( )-------------- \_) ) / (_/ |
From: Sebastian B. <sb...@as...> - 2003-12-28 22:10:10
|
Alex de Landgraaf wrote: > Yup, that's all there is to it. Just have to rename the resulting file to es.po, > and it should work. Good luck! Ok. Here is the translated file. -- Best regards, //=\ Sebastian Bassi - Diplomado en Ciencia y Tecnologia, UNQ //=\ \=// IT Manager Advanta Seeds - Balcarce Research Center - \=// //=\ Pro secretario ASALUP - www.asalup.org - PGP key available //=\ \=// E-mail: sb...@ge... - ICQ UIN: 3356556 - \=// http://Bioinformatica.info |
From: Alex de L. <ale...@xs...> - 2003-12-27 15:43:24
|
> (Morphix in malayalam Language, ml_IN). Everything is > fine, but the "Morphix installer" is not translated. Take a look on http://sourceforge.net/cvs/?group_id=71814 and co morphixinstaller It doesn't have any translations at the moment, but you might want to check out the po/ directory and the trans.c file in the root of morphixinstaller. I have just committed an initial po/morphixinstaller.pot file for you to work with. As I've never actually cared much about gettext et al, and others might find it useful, here is a short introduction to it: http://www.informatik.uni-oldenburg.de/~joey/Linux/gettext.html /'-'\ ( o o ) ------------oOO0--(_)--0OOo------------ Wouter Alexander de Landgraaf Student AI & CS VU Amsterdam Phone: 06-16844084 GPG: http://am.xs4all.nl/key_alex.asc WWW: www.alextreme.org & www.morphix.org .oooO ( ) Oooo. --------------\ (----( )-------------- \_) ) / (_/ |
From: Sajith VK <saj...@ho...> - 2003-12-27 14:04:37
|
Hi, I am working to create a malayalam Morphix (Morphix in malayalam Language, ml_IN). Everything is fine, but the "Morphix installer" is not translated. Can anyone tell me how can I translate Morphix Installer? Is there any po file or so? Take care, -- Sajith VK <saj...@ho...> |
From: Pedro M. <pm...@te...> - 2003-12-23 22:47:09
|
The most important thing is to create a USB drive ( keydrive http://www.wikipedia.org/wiki/keydrive) icon in the desktop, for a permanent home, without using floppies or similar material And to offera bootable keydrive version (http://www.wikipedia.org/wiki/flonix ) Regards. ----- Original Message ----- From: "Alex de Landgraaf" <ale...@xs...> To: <mor...@li...> Sent: Thursday, December 18, 2003 11:25 PM Subject: Re: [Morphix-devel] morphix status > > What is the status of Morphix nowadays? Is there any roadmap online? > > Things are moving along slowly, hasn't been much action in the last few months > but thats mostly because I've been busy with real life (darn). > > There is a roadmap up on the wiki: > http://am.xs4all.nl/phpwiki/index.php/MorphixRoadMap > > > ..So please keep on the good work to get us there! > > Will do! > > > If you need a usability expert or just a beta-tester, I am at your service. > > If you feel adventurous, you might want to try some of the applications in the > CVS. MCP2, the control panel, could use some refinement, the other new tools > have their layouts copied from redhat/fedora but improvements are always > welcome. Improvements usability-wise to the installer are welcome too, I have > seen ones with quite some eye-candy recently but keeping everything useful and > consistent should be the prime focus... > > Anyway, we can use all the help we can get! > > Cheers, > > Alex > > > /'-'\ > ( o o ) > ------------oOO0--(_)--0OOo------------ > Wouter Alexander de Landgraaf > Student AI & CS VU Amsterdam > Phone: 06-16844084 > GPG: http://am.xs4all.nl/key_alex.asc > WWW: www.alextreme.org & www.morphix.org > .oooO > ( ) Oooo. > --------------\ (----( )-------------- > \_) ) / > (_/ > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Morphix-devel mailing list > Mor...@li... > https://lists.sourceforge.net/lists/listinfo/morphix-devel |
From: Alex de L. <ale...@xs...> - 2003-12-22 15:57:18
|
> Why did you remove those? I've understand that they make desktop usage=20 > faster.. Because the livecd wouldn't boot at all if I enabled these. Might be my testmachine, but if it doesn't work on my machines I wouldn't want it in Morphix anyway :) > If you answer is that Morphix is better suitable for everything > these switched off, then could you make us desktop-developers a base-version > with "desktop enhanced" kernel? If it would boot at all, then it would be possible. It might be an issue with cloop, might be worthwhile to test this yourself. Morphix mostly has desktop-oriented modules, so I wouldn't mind having these on by default... if they would work. > How about the 2.6 kernel? When will we see that in Morphix? Once cloop has been ported to 2.6. Translucency needs to be ported too. Don't hold your breath on either of these :) Alex |
From: Otto <ott...@ke...> - 2003-12-22 15:34:12
|
> I'm hoping to release 0.5 in a few weeks (before the first > morphix-anniversary, time flies...), but as always it'll be ready when = it's Nice ;) > - updated kernel to 2.4.23-ck1, switched=20 > off preemptive and lowlatency=20 Why did you remove those? I've understand that they make desktop usage=20 faster.. If you answer is that Morphix is better suitable for everything = with=20 these switched off, then could you make us desktop-developers a base-vers= ion=20 with "desktop enhanced" kernel? How about the 2.6 kernel? When will we see that in Morphix? --=20 *** Otto Kek=E4l=E4inen / Osuuskunta Sange *** ott...@sa... *= ** *** PL 197, 00131 Helsinki *** 050 - 300 8105 *** |
From: Alex de L. <ale...@xs...> - 2003-12-22 13:37:38
|
After a period of slacking, euh, doing important stuff in real life, I've released a new base module for the morphers among you. Size has dropped yet again, and I hope it to be better than ever (see changelog below). Keep sending those bugreports! I'm hoping to release 0.5 in a few weeks (before the first morphix-anniversary, time flies...), but as always it'll be ready when it's ready. We can use everyones help, MCP and the partitioner are coming along nicely but are still not releasable to the general public. For other issues, see the todolist on the wiki and the list of subprojects & modules that could use a hand. 0.4-1b base iso: http://sourceforge.net/project/showfiles.php?group_id=71814&package_id=71562&release_id=170753 Cheers, Alex PS. I've added some 0.5 teasers to the gallery: http://morphix.sourceforge.net/modules/xoopsgallery/view_album.php?set_albumName=album19 For Aquatix it'll be a familiar sight :) Changelog: http://am.xs4all.nl/phpwiki/index.php/Changelog 22-12-2003 (version 0.4-1b base) base: - updated kernel to 2.4.23-ck1, switched off preemptive and lowlatency - new alsa, cloop-1.02, translucency and nvidia lkm - fixed number of boot issues (mkpersistanthome) - updated hardwaredetection to latest knoppix version (11-19) - added username= bootoption, however this requires a different init.sh in mainmod to work well (user is set up, but need to startx as user too) - silenced the setting of /proc/splash - added MDDLICENSE to iso - added morphix-acpi bootlabel, for booting with acpi on (duh) /'-'\ ( o o ) ------------oOO0--(_)--0OOo------------ Wouter Alexander de Landgraaf Student AI & CS VU Amsterdam Phone: 06-16844084 GPG: http://am.xs4all.nl/key_alex.asc WWW: www.alextreme.org & www.morphix.org .oooO ( ) Oooo. --------------\ (----( )-------------- \_) ) / (_/ |