Magellan Linux

Contents of /trunk/grubby/test/results/add/g2-1.11

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2683 - (show annotations) (download)
Wed Jul 16 09:51:14 2014 UTC (9 years, 9 months ago) by niro
File size: 2782 byte(s)
Honor "linux16" and "initrd16"
1 #
2 # DO NOT EDIT THIS FILE
3 #
4 # It is automatically generated by grub2-mkconfig using templates
5 # from /etc/grub.d and settings from /etc/default/grub
6 #
7
8 ### BEGIN /etc/grub.d/00_header ###
9 if [ -s $prefix/grubenv ]; then
10 load_env
11 fi
12 set default="0"
13 if [ "${prev_saved_entry}" ]; then
14 set saved_entry="${prev_saved_entry}"
15 save_env saved_entry
16 set prev_saved_entry=
17 save_env prev_saved_entry
18 set boot_once=true
19 fi
20
21 function savedefault {
22 if [ -z "${boot_once}" ]; then
23 saved_entry="${chosen}"
24 save_env saved_entry
25 fi
26 }
27
28 function load_video {
29 insmod vbe
30 insmod vga
31 insmod video_bochs
32 insmod video_cirrus
33 }
34
35 set timeout=5
36 ### END /etc/grub.d/00_header ###
37
38 set superusers="foo bar baz"
39
40 ### BEGIN /etc/grub.d/10_linux ###
41 menuentry 'title' --class gnu-linux --class gnu --class os {
42 load_video
43 set gfxpayload=keep
44 insmod part_msdos
45 insmod ext2
46 set root='(hd0,msdos1)'
47 search --no-floppy --fs-uuid --set=root df0170c9-7d05-415c-bbd1-d4d503ba0eed
48 echo 'Loading title'
49 linux16 /new-kernel.img root=/dev/mapper/vg_pjones5-lv_root ro quiet rhgb
50 echo 'Loading initial ramdisk ...'
51 initrd16 /new-initrd
52 }
53 menuentry 'Linux, with Linux 2.6.38.8-32.fc15.x86_64' --class gnu-linux --class gnu --class os {
54 load_video
55 set gfxpayload=keep
56 insmod part_msdos
57 insmod ext2
58 set root='(hd0,msdos1)'
59 search --no-floppy --fs-uuid --set=root df0170c9-7d05-415c-bbd1-d4d503ba0eed
60 echo 'Loading Linux 2.6.38.8-32.fc15.x86_64 ...'
61 linux16 /vmlinuz-2.6.38.8-32.fc15.x86_64 root=/dev/mapper/vg_pjones5-lv_root ro quiet rhgb
62 echo 'Loading initial ramdisk ...'
63 initrd16 /initramfs-2.6.38.8-32.fc15.x86_64.img
64 }
65 menuentry 'Linux, with Linux 2.6.38.2-9.fc15.x86_64' --class gnu-linux --class gnu --class os {
66 load_video
67 set gfxpayload=keep
68 insmod part_msdos
69 insmod ext2
70 set root='(hd0,msdos1)'
71 search --no-floppy --fs-uuid --set=root df0170c9-7d05-415c-bbd1-d4d503ba0eed
72 echo 'Loading Linux 2.6.38.2-9.fc15.x86_64 ...'
73 linux16 /vmlinuz-2.6.38.2-9.fc15.x86_64 root=/dev/mapper/vg_pjones5-lv_root ro quiet rhgb
74 echo 'Loading initial ramdisk ...'
75 initrd16 /initramfs-2.6.38.2-9.fc15.x86_64.img
76 }
77 ### END /etc/grub.d/10_linux ###
78
79 ### BEGIN /etc/grub.d/20_linux_xen ###
80 ### END /etc/grub.d/20_linux_xen ###
81
82 ### BEGIN /etc/grub.d/30_os-prober ###
83 ### END /etc/grub.d/30_os-prober ###
84
85 ### BEGIN /etc/grub.d/40_custom ###
86 # This file provides an easy way to add custom menu entries. Simply type the
87 # menu entries you want to add after this comment. Be careful not to change
88 # the 'exec tail' line above.
89 ### END /etc/grub.d/40_custom ###
90
91 ### BEGIN /etc/grub.d/41_custom ###
92 if [ -f $prefix/custom.cfg ]; then
93 source $prefix/custom.cfg;
94 fi
95 ### END /etc/grub.d/41_custom ###
96
97 ### BEGIN /etc/grub.d/90_persistent ###
98 ### END /etc/grub.d/90_persistent ###