Настройки для grub (многоточие для подменю)

atratsevskiy
parent 830a2730ce
commit 0f9a597cda

@ -1 +1,5 @@
# Calculate format=patch autoupdate path=/etc/grub.d
# Calculate multiline format=patch autoupdate path=/etc/grub.d
<reg>(replacement_title=.*?Advanced options.*?)g'\)"</reg>
<text>\1g') ..."</text>
<reg>("submenu '.*?Advanced options for.*?grub_quote\))'</reg>
<text>\1 ...'</text>

@ -0,0 +1,5 @@
# Calculate multiline format=patch autoupdate path=/etc/grub.d
<reg>(replacement_title=.*?Advanced options.*?)g'\)"</reg>
<text>\1g') ..."</text>
<reg>("submenu '.*?Advanced options for.*?grub_quote\))'</reg>
<text>\1 ...'</text>

@ -15,7 +15,7 @@ if [[ -d $livepath ]]; then
$(prepare_grub_to_access_device $livedevice)
if [ -f ${liverelpath}/grub.cfg ]; then
menuentry 'Live HDD' {
menuentry 'Live HDD ...' {
$(prepare_grub_to_access_device $livedevice | grub_add_tab | grub_add_tab)
configfile ${liverelpath}/grub.cfg
}

@ -2,4 +2,4 @@
[overlay-calculate]
# Save the latest version, because when switching profile cl-setup-profile 3.2.2 makes a call cl-setup-system
remerge = 87
remerge = 88

@ -0,0 +1,4 @@
# Calculate format=samba path=/etc/calculate name=ini.env merge=sys-boot/grub ini(overlay-calculate.remerge)<87
[overlay-calculate]
remerge = 87
Loading…
Cancel
Save