Gentoo Archives: gentoo-user

From: "Sebastian Beßler" <sebastian@××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ext4/ext3 for /boot?
Date: Tue, 08 Nov 2011 22:01:05
Message-Id: 4EB9A656.6080104@darkmetatron.de
In Reply to: Re: [gentoo-user] ext4/ext3 for /boot? by Pandu Poluan
1 Am 08.11.2011 14:11, schrieb Pandu Poluan:
2
3 > Oh, and it also auto-modifies grub.cfg for me :-D
4
5
6 Why modify grub.cfg?
7
8 I have symlinks in /boot
9
10 vmlinuz -> vmlinuz-3.1.0-gentoo
11 and
12 vmlinuz.old -> vmlinuz-3.1.0-rc6-00105-g279b1e0
13
14 who automagic get updated when ever I run make install.
15
16 The corresponding part of grub.conf is
17
18 title Gentoo Linux (OpenRC)
19 root (hd0,1)
20 kernel /vmlinuz root=/dev/sda3 radeon.agpmode=-1
21 video=radeon:1440x900 zcache
22
23 and
24
25 title Gentoo Linux.old (OpenRC)
26 root (hd0,1)
27 kernel /vmlinuz.old root=/dev/sda3 radeon.agpmode=-1
28 video=radeon:1440x900 zcache
29
30 That is all, no changing grub.conf and always the latest kernel.
31
32 Greetings
33
34 Sebastian

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] ext4/ext3 for /boot? Paul Hartman <paul.hartman+gentoo@×××××.com>