Magellan Linux

Annotation of /trunk/grubby/test/grub2.23

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3140 - (hide annotations) (download)
Tue Jul 7 11:13:24 2020 UTC (3 years, 10 months ago) by niro
File size: 4106 byte(s)
Add tests for btrfs support
1 niro 3140 #
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     set pager=1
10    
11     if [ -s $prefix/grubenv ]; then
12     load_env
13     fi
14     if [ "${next_entry}" ] ; then
15     set default="${next_entry}"
16     set next_entry=
17     save_env next_entry
18     set boot_once=true
19     else
20     set default="${saved_entry}"
21     fi
22    
23     if [ x"${feature_menuentry_id}" = xy ]; then
24     menuentry_id_option="--id"
25     else
26     menuentry_id_option=""
27     fi
28    
29     export menuentry_id_option
30    
31     if [ "${prev_saved_entry}" ]; then
32     set saved_entry="${prev_saved_entry}"
33     save_env saved_entry
34     set prev_saved_entry=
35     save_env prev_saved_entry
36     set boot_once=true
37     fi
38    
39     function savedefault {
40     if [ -z "${boot_once}" ]; then
41     saved_entry="${chosen}"
42     save_env saved_entry
43     fi
44     }
45    
46     function load_video {
47     if [ x$feature_all_video_module = xy ]; then
48     insmod all_video
49     else
50     insmod efi_gop
51     insmod efi_uga
52     insmod ieee1275_fb
53     insmod vbe
54     insmod vga
55     insmod video_bochs
56     insmod video_cirrus
57     fi
58     }
59    
60     terminal_output console
61     if [ x$feature_timeout_style = xy ] ; then
62     set timeout_style=menu
63     set timeout=15
64     # Fallback normal timeout code in case the timeout_style feature is
65     # unavailable.
66     else
67     set timeout=15
68     fi
69     ### END /etc/grub.d/00_header ###
70    
71     ### BEGIN /etc/grub.d/10_linux ###
72     menuentry 'title' --class gnu-linux --class gnu --class os {
73     load_video
74     set gfxpayload=keep
75     insmod gzio
76     insmod part_msdos
77     insmod part_msdos
78     insmod btrfs
79     set root='hd0,msdos1'
80     if [ x$feature_platform_search_hint = xy ]; then
81     search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1' --hint='hd1,msdos3' 54c6abc2-b1e7-4987-aa73-c79927be69eb
82     else
83     search --no-floppy --fs-uuid --set=root 54c6abc2-b1e7-4987-aa73-c79927be69eb
84     fi
85     linux16 /root4/boot/new-kernel.img root=UUID=54c6abc2-b1e7-4987-aa73-c79927be69eb ro rootflags=subvol=root4 rhgb quiet
86     }
87     menuentry 'Fedora, with Linux 3.15.0-0.rc7.git2.1.fc21.x86_64' --class gnu-linux --class gnu --class os {
88     load_video
89     set gfxpayload=keep
90     insmod gzio
91     insmod part_msdos
92     insmod part_msdos
93     insmod btrfs
94     set root='hd0,msdos1'
95     if [ x$feature_platform_search_hint = xy ]; then
96     search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1' --hint='hd1,msdos3' 54c6abc2-b1e7-4987-aa73-c79927be69eb
97     else
98     search --no-floppy --fs-uuid --set=root 54c6abc2-b1e7-4987-aa73-c79927be69eb
99     fi
100     linux16 /root4/boot/vmlinuz-3.15.0-0.rc7.git2.1.fc21.x86_64 root=UUID=54c6abc2-b1e7-4987-aa73-c79927be69eb ro rootflags=subvol=root4 rhgb quiet
101     initrd16 /root4/boot/initramfs-3.15.0-0.rc7.git2.1.fc21.x86_64.img
102     }
103     menuentry 'Fedora, with Linux 0-rescue-20e7024f4e9c4b70b1042b91acd434c6' --class gnu-linux --class gnu --class os {
104     load_video
105     insmod gzio
106     insmod part_msdos
107     insmod part_msdos
108     insmod btrfs
109     set root='hd0,msdos1'
110     if [ x$feature_platform_search_hint = xy ]; then
111     search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1' --hint='hd1,msdos3' 54c6abc2-b1e7-4987-aa73-c79927be69eb
112     else
113     search --no-floppy --fs-uuid --set=root 54c6abc2-b1e7-4987-aa73-c79927be69eb
114     fi
115     linux16 /root4/boot/vmlinuz-0-rescue-20e7024f4e9c4b70b1042b91acd434c6 root=UUID=54c6abc2-b1e7-4987-aa73-c79927be69eb ro rootflags=subvol=root4 rhgb quiet
116     initrd16 /root4/boot/initramfs-0-rescue-20e7024f4e9c4b70b1042b91acd434c6.img
117     }
118    
119     ### END /etc/grub.d/10_linux ###
120    
121     ### BEGIN /etc/grub.d/20_linux_xen ###
122    
123     ### END /etc/grub.d/20_linux_xen ###
124    
125     ### BEGIN /etc/grub.d/20_ppc_terminfo ###
126     ### END /etc/grub.d/20_ppc_terminfo ###
127    
128     ### BEGIN /etc/grub.d/30_os-prober ###
129     ###
130    
131     ### BEGIN /etc/grub.d/40_custom ###
132     # This file provides an easy way to add custom menu entries. Simply type the
133     # menu entries you want to add after this comment. Be careful not to change
134     # the 'exec tail' line above.
135     ### END /etc/grub.d/40_custom ###
136    
137     ### BEGIN /etc/grub.d/41_custom ###
138     if [ -f ${config_directory}/custom.cfg ]; then
139     source ${config_directory}/custom.cfg
140     elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
141     source $prefix/custom.cfg;
142     fi
143     ### END /etc/grub.d/41_custom ###