diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-01-30 21:00:40 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-01-30 21:00:40 +0000 |
commit | 7b129dfa19b1802867f244f366a91a73fcf7593c (patch) | |
tree | efa5ca8a97720d6ad240371653c1dba11226e99f /sys-boot | |
parent | Version bump. (diff) | |
download | gentoo-2-7b129dfa19b1802867f244f366a91a73fcf7593c.tar.gz gentoo-2-7b129dfa19b1802867f244f366a91a73fcf7593c.tar.bz2 gentoo-2-7b129dfa19b1802867f244f366a91a73fcf7593c.zip |
Make default root partition match Handbook.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/palo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/palo/files/palo.conf | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sys-boot/palo/ChangeLog b/sys-boot/palo/ChangeLog index 8f57d56131ca..38dbfdfbb20e 100644 --- a/sys-boot/palo/ChangeLog +++ b/sys-boot/palo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/palo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.33 2013/01/30 00:44:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.34 2013/01/30 21:00:40 jer Exp $ + + 30 Jan 2013; Jeroen Roovers <jer@gentoo.org> files/palo.conf: + Make default root partition match Handbook. 30 Jan 2013; Jeroen Roovers <jer@gentoo.org> +files/99palo, palo-1.18-r1.ebuild: diff --git a/sys-boot/palo/files/palo.conf b/sys-boot/palo/files/palo.conf index 7fb1fee1c820..8b2e654958d2 100644 --- a/sys-boot/palo/files/palo.conf +++ b/sys-boot/palo/files/palo.conf @@ -1,6 +1,6 @@ # Please read /usr/share/doc/palo/palo.conf for more info ---commandline=2/vmlinux root=/dev/sda3 +--commandline=2/vmlinux root=/dev/sda4 --init-partitioned=/dev/sda #Uncomment this if you want a rescue kernel |