Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub/files: grub.default-3
Date: Fri, 28 Feb 2014 18:07:17
Message-Id: 20140228180713.EF8382004C@flycatcher.gentoo.org
1 floppym 14/02/28 18:07:13
2
3 Modified: grub.default-3
4 Log:
5 Add a couple of examples for GRUB_CMDLINE_LINUX.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 sys-boot/grub/files/grub.default-3
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub.default-3?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub.default-3?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub.default-3?r1=1.1&r2=1.2
15
16 Index: grub.default-3
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default-3,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- grub.default-3 19 Dec 2013 14:57:24 -0000 1.1
23 +++ grub.default-3 28 Feb 2014 18:07:13 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default-3,v 1.1 2013/12/19 14:57:24 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default-3,v 1.2 2014/02/28 18:07:13 floppym Exp $
30 #
31 # To populate all changes in this file you need to regenerate your
32 # grub configuration file afterwards:
33 @@ -20,6 +20,14 @@
34
35 # Append parameters to the linux kernel command line
36 #GRUB_CMDLINE_LINUX=""
37 +#
38 +# Examples:
39 +#
40 +# Boot with network interface renaming disabled
41 +# GRUB_CMDLINE_LINUX="net.ifnames=0"
42 +#
43 +# Boot with systemd instead of sysvinit (openrc)
44 +# GRUB_CMDLINE_LINUX="init=/usr/lib/systemd/systemd"
45
46 # Append parameters to the linux kernel command line for non-recovery entries
47 #GRUB_CMDLINE_LINUX_DEFAULT=""