davea0511
Group: Members
Posts: 22
Joined: Jan. 2006 |
|
Posted: Jan. 18 2006,17:48 |
|
I started with lilo.conf, but running the /usr/sbin/frugal_install.sh script (it uses lilo by default). Here's a great howto (that should be at least referenced in the WIKI IMHO): http://distro.ibiblio.org/pub....pdfdocs
After installing it I learned that modifying lilo.conf won't change your boot options - you have to rewrite the master boot record. So I then installed grub with /usr/sbin/frugal_grub.sh in the root partition. This is what I used for menu.lst:
kernel /boot/linux24 root=/dev/hda1/ quiet vga=794 noacpi noapm noscsi frugal dma toram mydsl=hda2 restore=hda2 home=hda2 opt=hda2 alsa
note: I added the alsa.dsl extension to enable the alsa, also I have 1280x1024 resolution, thus the vga=794, and with 1Gig ram I use toram.
|