mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Aug. 08 2006,23:42 |
|
I can't say what would be best for you. Personally I think frugal with persistent home is nice for DSL, but i also have other distros in which i don't think i'd like this setup.
The several kernel lines above are each used in only one DSL configuration. It looks like you have 4 choices when you boot (5 are commented out, including windows), and when you make a choice only one kernel line is used. This can be very useful for booting DSL in various configurations, all using the same DSL installation.
The default is listed as entry 0, which is the first entry. You could either modify that first entry (title DSL) or make a copy of it and edit the copy. For example, if you copy this:
Code Sample | title DSL kernel /boot/linux24 root=/dev/hda1 quiet vga=normal noacpi noapm nodma noscsi frugal initrd /boot/minirt24.gz |
and then paste it and edit the copy as this:
Code Sample | title DSL test kernel /boot/linux24 root=/dev/hda1 quiet vga=normal noacpi noapm nodma noscsi frugal dsl home=hda1 initrd /boot/minirt24.gz |
Then it should provide you with a persistent home in /mnt/hda1/home when you select "DSL test" from the grub menu.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|