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 | |
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')
-rw-r--r-- | sys-boot/palo/ChangeLog | 9 | ||||
-rw-r--r-- | sys-boot/palo/Manifest | 6 | ||||
-rw-r--r-- | sys-boot/palo/files/palo.conf | 4 |
3 files changed, 10 insertions, 9 deletions
diff --git a/sys-boot/palo/ChangeLog b/sys-boot/palo/ChangeLog index bfe12303c3ca..b83bb05d952f 100644 --- a/sys-boot/palo/ChangeLog +++ b/sys-boot/palo/ChangeLog @@ -1,15 +1,16 @@ # ChangeLog for sys-boot/palo # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.2 2003/12/09 08:55:58 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.3 2004/01/08 13:46:33 gmsoft Exp $ -*palo-1.2_pre20030630 (08 Dec 2003) +*palo-1.2_pre20030630 (01 Jul 2003) + + 08 Jan 2004; Guy Martin <gmsoft@gentoo.org> files/palo.conf : + Fixed default configuration file to conform to the install doc. 08 Dec 2003; Seemant Kulleen <seemant@gentoo.org> metadata.xml, palo-1.2_pre20030115.ebuild, palo-1.2_pre20030630.ebuild, files/palo.conf: moved from sys-apps to sys-boot -*palo-1.2_pre20030630 (01 Jul 2003) - 01 Jul 2003; Guy Martin <gmsoft@gentoo.org> palo-1.2_pre20030630.ebuild : Version bump. diff --git a/sys-boot/palo/Manifest b/sys-boot/palo/Manifest index 6300865ae0b5..f9d8a72d2ef4 100644 --- a/sys-boot/palo/Manifest +++ b/sys-boot/palo/Manifest @@ -1,7 +1,7 @@ -MD5 390b42e7302b14f706016c527973ab99 palo-1.2_pre20030115.ebuild 959 -MD5 951fa8a95c4713b58a2dd9af57ade75b ChangeLog 1513 +MD5 cb0d277451f525cd7778966677336c7b ChangeLog 1606 MD5 9eb3e7bb4ebac420842bd3e90dbf8726 metadata.xml 218 +MD5 390b42e7302b14f706016c527973ab99 palo-1.2_pre20030115.ebuild 959 MD5 12faa444c908eddbfe4f6da94ed83f51 palo-1.2_pre20030630.ebuild 972 -MD5 9bf95bc1a23c00c4381e3b382dc187b7 files/palo.conf 218 MD5 148ea82d5c29fd7d4822d57c72e8db0a files/digest-palo-1.2_pre20030115 71 MD5 7ee737710bef1fd5dd94d975eaf30721 files/digest-palo-1.2_pre20030630 71 +MD5 ad8b81577ffd8be90930cf8e02211313 files/palo.conf 214 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 |