5-auto-regen-zbm #13
4
setup.sh
4
setup.sh
@ -858,7 +858,7 @@ function set_new_uefi_boot_entries () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function umount_all () {
|
function umount_all () {
|
||||||
#3.10
|
#3.9
|
||||||
if [[ "${part_schema}" = 'mbr' ]]; then
|
if [[ "${part_schema}" = 'mbr' ]]; then
|
||||||
umount '/mnt/boot/syslinux'
|
umount '/mnt/boot/syslinux'
|
||||||
else
|
else
|
||||||
@ -879,7 +879,7 @@ function finalize_os_setup () {
|
|||||||
if [[ "${part_schema}" = 'gpt' ]]; then
|
if [[ "${part_schema}" = 'gpt' ]]; then
|
||||||
set_new_uefi_boot_entries #3.8
|
set_new_uefi_boot_entries #3.8
|
||||||
fi
|
fi
|
||||||
umount_all #3.10
|
umount_all #3.9
|
||||||
}
|
}
|
||||||
|
|
||||||
function main () {
|
function main () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user