Compare Pastes
Differences between the pastes
#269306 (16.04.2023 13:38)
and
#277434 (20.09.2024 01:05).
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 | if [ "${next_entry}" ] ; then | |
13 | set default="${next_entry}" | |
14 | set next_entry= | |
15 | save_env next_entry | |
16 | set boot_once=true | |
17 | else | |
18 | set default="${saved_entry}" | |
1 | Разделочная доска — незаменимый аксессуар на кухне https://roshozdom.ru/index.php?route=product/search&tag=банка для сыпучих продуктов | |
2 | Одна из сторон доски оснащена специальными зубцами для плотной фиксации мяса https://roshozdom.ru/index.php?route=product/search&tag=подарки&page=2 | |
3 | Благодаря небольшому наклону и бортикам по краям, вся лишняя жидкость и кусочки продуктов аккуратно собираются и не пачкают поверхность стола https://roshozdom.ru/index.php?route=product/search&tag=доска разделочная деревянная&page=3 | |
4 | Нескользящие ножки фиксирую https://roshozdom.ru/razdelochnye_doski/torcevye_razdelochnye_doski/ | |
5 | ||
6 | Набор из 4 разделочных досок — универсальный помощник на кухне, который в нужный момент https://roshozdom.ru/index.php?route=product/search&tag=РХД-5030/15 | |
7 | Нарезка фруктов, шинкование овощей, разделка рыбы и птицы — на прямоугольной пластиковой разделочной доске легко выполняются любые кулинарные задания https://roshozdom.ru/index.php?route=product/search&tag=лестница | |
8 | Гигиеничный материал обладает антимикр https://roshozdom.ru/posuda_derevyannaya/podstavki_derevyannye/podstavki_dlya_priborov_derevyannye/ | |
9 | ||
10 | 5) на защиту своих прав и законных интересов, в том числе на возмещения убытков и/или компенсацию морального вреда в судебном порядке https://roshozdom.ru/index.php?route=product/search&tag=на 8 марта | |
11 | ||
12 | 1) фамилия, имя, отчество субъекта персональных данных; | |
13 | от 2 600 руб https://roshozdom.ru/index.php?route=product/search&tag=тарелка деревянная | |
14 | ||
15 | Набор из трех гибких разделочных досок сделает процесс подготовки продуктов удобным и практичным https://roshozdom.ru/index.php?route=product/search&tag=&page=14 | |
16 | Цветные доски изготовлены из качественного пластика с антибактериальным покрытием, они долговечны и гигиеничны https://roshozdom.ru/index.php?route=product/search&tag=волная | |
17 | У каждой доски имеется ярлычок с обозначением: для разделки https://roshozdom.ru/index.php?route=product/search&tag=столешница | |
18 | ||
19 | fi | |
20 | ||
21 | if [ x"${feature_menuentry_id}" = xy ]; then | |
22 | menuentry_id_option="--id" | |
23 | else | |
24 | menuentry_id_option="" | |
25 | fi | |
26 | ||
27 | export menuentry_id_option | |
28 | ||
29 | if [ "${prev_saved_entry}" ]; then | |
30 | set saved_entry="${prev_saved_entry}" | |
31 | save_env saved_entry | |
32 | set prev_saved_entry= | |
33 | save_env prev_saved_entry | |
34 | set boot_once=true | |
35 | fi | |
36 | ||
37 | function savedefault { | |
38 | if [ -z "${boot_once}" ]; then | |
39 | saved_entry="${chosen}" | |
40 | save_env saved_entry | |
41 | fi | |
42 | } | |
43 | ||
44 | function load_video { | |
45 | if [ x$feature_all_video_module = xy ]; then | |
46 | insmod all_video | |
47 | else | |
48 | insmod efi_gop | |
49 | insmod efi_uga | |
50 | insmod ieee1275_fb | |
51 | insmod vbe | |
52 | insmod vga | |
53 | insmod video_bochs | |
54 | insmod video_cirrus | |
55 | fi | |
56 | } | |
57 | ||
58 | if [ x$feature_default_font_path = xy ] ; then | |
59 | font=unicode | |
60 | else | |
61 | insmod part_gpt | |
62 | insmod btrfs | |
63 | set root='hd0,gpt3' | |
64 | if [ x$feature_platform_search_hint = xy ]; then | |
65 | search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 5e218f66-5000-4c57-ae3e-6a78836801f6 | |
66 | else | |
67 | search --no-floppy --fs-uuid --set=root 5e218f66-5000-4c57-ae3e-6a78836801f6 | |
68 | fi | |
69 | font="/root/usr/share/grub/unicode.pf2" | |
70 | fi | |
71 | ||
72 | if loadfont $font ; then | |
73 | set gfxmode=auto | |
74 | load_video | |
75 | insmod gfxterm | |
76 | set locale_dir=$prefix/locale | |
77 | set lang=ru_RU | |
78 | insmod gettext | |
79 | fi | |
80 | terminal_output gfxterm | |
81 | insmod part_gpt | |
82 | insmod btrfs | |
83 | set root='hd0,gpt3' | |
84 | if [ x$feature_platform_search_hint = xy ]; then | |
85 | search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 5e218f66-5000-4c57-ae3e-6a78836801f6 | |
86 | else | |
87 | search --no-floppy --fs-uuid --set=root 5e218f66-5000-4c57-ae3e-6a78836801f6 | |
88 | fi | |
89 | insmod gfxmenu | |
90 | loadfont ($root)/root/boot/grub2/themes/qubes/unifont-bold-16.pf2 | |
91 | loadfont ($root)/root/boot/grub2/themes/qubes/unifont-regular-14.pf2 | |
92 | loadfont ($root)/root/boot/grub2/themes/qubes/unifont-regular-16.pf2 | |
93 | loadfont ($root)/root/boot/grub2/themes/qubes/unifont-regular-32.pf2 | |
94 | insmod png | |
95 | set theme=($root)/root/boot/grub2/themes/qubes/theme.txt | |
96 | export theme | |
97 | if [ x$feature_timeout_style = xy ] ; then | |
98 | set timeout_style=menu | |
99 | set timeout=5 | |
100 | # Fallback normal timeout code in case the timeout_style feature is | |
101 | # unavailable. | |
102 | else | |
103 | set timeout=5 | |
104 | fi | |
105 | ### END /etc/grub.d/00_header ### | |
106 | ||
107 | ### BEGIN /etc/grub.d/01_fallback_counting ### | |
108 | insmod increment | |
109 | if [ -z "${boot_counter}" ]; then | |
110 | set boot_counter=0 | |
111 | elif [ "${boot_counter}" = "0" -o "${boot_counter}" = "-1" ]; then | |
112 | increment default | |
113 | set boot_counter=-1 | |
114 | else | |
115 | decrement boot_counter | |
116 | fi | |
117 | save_env boot_counter | |
118 | ### END /etc/grub.d/01_fallback_counting ### | |
119 | ||
120 | ### BEGIN /etc/grub.d/01_menu_auto_hide ### | |
121 | if [ "${boot_success}" = "1" -o "${boot_indeterminate}" = "1" ]; then | |
122 | set last_boot_ok=1 | |
123 | else | |
124 | set last_boot_ok=0 | |
125 | fi | |
126 | ||
127 | # Reset boot_indeterminate after a successful boot | |
128 | if [ "${boot_success}" = "1" ] ; then | |
129 | set boot_indeterminate=0 | |
130 | save_env boot_indeterminate | |
131 | # Avoid boot_indeterminate causing the menu to be hidden more then once | |
132 | elif [ "${boot_indeterminate}" = "1" ]; then | |
133 | set boot_indeterminate=2 | |
134 | save_env boot_indeterminate | |
135 | fi | |
136 | set boot_success=0 | |
137 | save_env boot_success | |
138 | ||
139 | if [ x$feature_timeout_style = xy ] ; then | |
140 | if [ "${menu_show_once}" ]; then | |
141 | unset menu_show_once | |
142 | save_env menu_show_once | |
143 | set timeout_style=menu | |
144 | unset timeout | |
145 | elif [ "${menu_auto_hide}" -a "${last_boot_ok}" = "1" ]; then | |
146 | set orig_timeout_style=${timeout_style} | |
147 | set orig_timeout=${timeout} | |
148 | if [ "${fastboot}" = "1" ]; then | |
149 | # timeout_style=menu + timeout=0 avoids the countdown code keypress check | |
150 | set timeout_style=menu | |
151 | set timeout=0 | |
152 | else | |
153 | set timeout_style=hidden | |
154 | set timeout=1 | |
155 | fi | |
156 | fi | |
157 | fi | |
158 | ### END /etc/grub.d/01_menu_auto_hide ### | |
159 | ||
160 | ### BEGIN /etc/grub.d/20_linux_xen ### | |
161 | menuentry 'Qubes, with Xen hypervisor' --class qubes --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-simple-5e218f66-5000-4c57-ae3e-6a78836801f6' { | |
162 | insmod part_gpt | |
163 | insmod btrfs | |
164 | set root='hd0,gpt3' | |
165 | if [ x$feature_platform_search_hint = xy ]; then | |
166 | search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 5e218f66-5000-4c57-ae3e-6a78836801f6 | |
167 | else | |
168 | search --no-floppy --fs-uuid --set=root 5e218f66-5000-4c57-ae3e-6a78836801f6 | |
169 | fi | |
170 | echo 'Loading Xen 4.14.5 ...' | |
171 | if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then | |
172 | xen_rm_opts= | |
173 | else | |
174 | xen_rm_opts="no-real-mode edd=off" | |
175 | fi | |
176 | multiboot2 /root/boot/xen-4.14.5.gz placeholder console=none dom0_mem=min:1024M dom0_mem=max:4096M ucode=scan smt=off gnttab_max_frames=2048 gnttab_max_maptrack_frames=4096 ${xen_rm_opts} | |
177 | echo 'Loading Linux 5.15.94-1.qubes.fc32.x86_64 ...' | |
178 | module2 /root/boot/vmlinuz-5.15.94-1.qubes.fc32.x86_64 placeholder root=UUID=5e218f66-5000-4c57-ae3e-6a78836801f6 ro rootflags=subvol=root rd.driver.pre=btrfs rhgb quiet | |
179 | echo 'Loading initial ramdisk ...' | |
180 | module2 --nounzip /root/boot/initramfs-5.15.94-1.qubes.fc32.x86_64.img | |
181 | } | |
182 | submenu 'Advanced options for Qubes (with Xen hypervisor)' $menuentry_id_option 'gnulinux-advanced-5e218f66-5000-4c57-ae3e-6a78836801f6' { | |
183 | submenu 'Xen hypervisor, version 4.14.5' $menuentry_id_option 'xen-hypervisor-4.14.5-5e218f66-5000-4c57-ae3e-6a78836801f6' { | |
184 | menuentry 'Qubes, with Xen 4.14.5 and Linux 5.15.94-1.qubes.fc32.x86_64' --class qubes --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-5.15.94-1.qubes.fc32.x86_64-advanced-5e218f66-5000-4c57-ae3e-6a78836801f6' { | |
185 | insmod part_gpt | |
186 | insmod btrfs | |
187 | set root='hd0,gpt3' | |
188 | if [ x$feature_platform_search_hint = xy ]; then | |
189 | search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 5e218f66-5000-4c57-ae3e-6a78836801f6 | |
190 | else | |
191 | search --no-floppy --fs-uuid --set=root 5e218f66-5000-4c57-ae3e-6a78836801f6 | |
192 | fi | |
193 | echo 'Loading Xen 4.14.5 ...' | |
194 | if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then | |
195 | xen_rm_opts= | |
196 | else | |
197 | xen_rm_opts="no-real-mode edd=off" | |
198 | fi | |
199 | multiboot2 /root/boot/xen-4.14.5.gz placeholder console=none dom0_mem=min:1024M dom0_mem=max:4096M ucode=scan smt=off gnttab_max_frames=2048 gnttab_max_maptrack_frames=4096 ${xen_rm_opts} | |
200 | echo 'Loading Linux 5.15.94-1.qubes.fc32.x86_64 ...' | |
201 | module2 /root/boot/vmlinuz-5.15.94-1.qubes.fc32.x86_64 placeholder root=UUID=5e218f66-5000-4c57-ae3e-6a78836801f6 ro rootflags=subvol=root rd.driver.pre=btrfs rhgb quiet | |
202 | echo 'Loading initial ramdisk ...' | |
203 | module2 --nounzip /root/boot/initramfs-5.15.94-1.qubes.fc32.x86_64.img | |
204 | } | |
205 | } | |
206 | submenu 'Xen hypervisor, version 4.14.5.config' $menuentry_id_option 'xen-hypervisor-4.14.5.config-5e218f66-5000-4c57-ae3e-6a78836801f6' { | |
207 | menuentry 'Qubes, with Xen 4.14.5.config and Linux 5.15.94-1.qubes.fc32.x86_64' --class qubes --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-5.15.94-1.qubes.fc32.x86_64-advanced-5e218f66-5000-4c57-ae3e-6a78836801f6' { | |
208 | insmod part_gpt | |
209 | insmod btrfs | |
210 | set root='hd0,gpt3' | |
211 | if [ x$feature_platform_search_hint = xy ]; then | |
212 | search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 5e218f66-5000-4c57-ae3e-6a78836801f6 | |
213 | else | |
214 | search --no-floppy --fs-uuid --set=root 5e218f66-5000-4c57-ae3e-6a78836801f6 | |
215 | fi | |
216 | echo 'Loading Xen 4.14.5.config ...' | |
217 | if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then | |
218 | xen_rm_opts= | |
219 | else | |
220 | xen_rm_opts="no-real-mode edd=off" | |
221 | fi | |
222 | multiboot /root/boot/xen-4.14.5.config placeholder console=none dom0_mem=min:1024M dom0_mem=max:4096M ucode=scan smt=off gnttab_max_frames=2048 gnttab_max_maptrack_frames=4096 ${xen_rm_opts} | |
223 | echo 'Loading Linux 5.15.94-1.qubes.fc32.x86_64 ...' | |
224 | module /root/boot/vmlinuz-5.15.94-1.qubes.fc32.x86_64 placeholder root=UUID=5e218f66-5000-4c57-ae3e-6a78836801f6 ro rootflags=subvol=root rd.driver.pre=btrfs rhgb quiet | |
225 | echo 'Loading initial ramdisk ...' | |
226 | module --nounzip /root/boot/initramfs-5.15.94-1.qubes.fc32.x86_64.img | |
227 | } | |
228 | } | |
229 | } | |
230 | ||
231 | ### END /etc/grub.d/20_linux_xen ### | |
232 | ||
233 | ### BEGIN /etc/grub.d/30_os-prober ### | |
234 | ### END /etc/grub.d/30_os-prober ### | |
235 | ||
236 | ### BEGIN /etc/grub.d/40_custom ### | |
237 | # This file provides an easy way to add custom menu entries. Simply type the | |
238 | # menu entries you want to add after this comment. Be careful not to change | |
239 | # the 'exec tail' line above. | |
240 | ### END /etc/grub.d/40_custom ### | |
241 | ||
242 | ### BEGIN /etc/grub.d/41_custom ### | |
243 | if [ -f ${config_directory}/custom.cfg ]; then | |
244 | source ${config_directory}/custom.cfg | |
245 | elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then | |
246 | source $prefix/custom.cfg; | |
247 | fi |