5-auto-regen-zbm #13

Merged
hygienic-books merged 15 commits from 5-auto-regen-zbm into main 2023-10-27 01:09:08 +00:00
Showing only changes of commit 844f574e2d - Show all commits

View File

@ -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 () {