Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ext4/ext3 for /boot?
Date: Tue, 08 Nov 2011 22:09:28
Message-Id: CAEH5T2Nx8Wtk2vVpk0JtjKDir1Tojw-xnTTQExhbLjFckpx7yw@mail.gmail.com
In Reply to: Re: [gentoo-user] ext4/ext3 for /boot? by "Sebastian Beßler"
1 On Tue, Nov 8, 2011 at 3:59 PM, Sebastian Beßler
2 <sebastian@××××××××××××.de> wrote:
3 > Am 08.11.2011 14:11, schrieb Pandu Poluan:
4 >
5 >> Oh, and it also auto-modifies grub.cfg for me :-D
6 >
7 >
8 > Why modify grub.cfg?
9 >
10 > I have symlinks in /boot
11 >
12 > vmlinuz -> vmlinuz-3.1.0-gentoo
13 > and
14 > vmlinuz.old -> vmlinuz-3.1.0-rc6-00105-g279b1e0
15 >
16 > who automagic get updated when ever I run make install.
17 >
18 > The corresponding part of grub.conf is
19 >
20 > title Gentoo Linux (OpenRC)
21 >        root (hd0,1)
22 >        kernel /vmlinuz root=/dev/sda3 radeon.agpmode=-1
23 > video=radeon:1440x900 zcache
24 >
25 > and
26 >
27 > title Gentoo Linux.old (OpenRC)
28 >        root (hd0,1)
29 >        kernel /vmlinuz.old root=/dev/sda3 radeon.agpmode=-1
30 > video=radeon:1440x900 zcache
31 >
32 > That is all, no changing grub.conf and always the latest kernel.
33
34 I've used the same method as you "forever" and it works great, and
35 always easy fail-safe to boot previous kernel in case I got something
36 wrong on the new one.

Replies

Subject Author
Re: [gentoo-user] ext4/ext3 for /boot? Pandu Poluan <pandu@××××××.info>