diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-01-08 13:47:14 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-01-08 13:47:14 +0000 |
commit | 1bce57baed39bf81689882320eb05ced652e7a3a (patch) | |
tree | 3b6b0a39341f1d8f9c61b903e32ca49571798139 /sys-boot/palo/files | |
parent | remove pack, integrated in gnome-applets these days (diff) | |
download | gentoo-2-1bce57baed39bf81689882320eb05ced652e7a3a.tar.gz gentoo-2-1bce57baed39bf81689882320eb05ced652e7a3a.tar.bz2 gentoo-2-1bce57baed39bf81689882320eb05ced652e7a3a.zip |
Fixed default configuration file to conform to the install doc.
Diffstat (limited to 'sys-boot/palo/files')
-rw-r--r-- | sys-boot/palo/files/palo.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/palo/files/palo.conf b/sys-boot/palo/files/palo.conf index 40dc270af87f..25ffaa24052d 100644 --- a/sys-boot/palo/files/palo.conf +++ b/sys-boot/palo/files/palo.conf @@ -1,7 +1,7 @@ # Please read /usr/share/doc/palo/palo.conf for more info ---commandline=2/boot/vmlinux root=/dev/sda2 HOME=/ +--commandline=2/vmlinux root=/dev/sda3 HOME=/ --init-partitioned=/dev/sda #Uncomment this if you want a rescue kernel ---recoverykernel=/boot/vmlinux.old +#--recoverykernel=/boot/vmlinux.old |