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 () {
#3.10
#3.9
if [[ "${part_schema}" = 'mbr' ]]; then
umount '/mnt/boot/syslinux'
else
@ -879,7 +879,7 @@ function finalize_os_setup () {
if [[ "${part_schema}" = 'gpt' ]]; then
set_new_uefi_boot_entries #3.8
fi
umount_all #3.10
umount_all #3.9
}
function main () {