refactor(meta): Renumber functions (#5)

This commit is contained in:
hygienic-books 2023-10-27 01:47:53 +02:00
parent b0842ac9ba
commit 844f574e2d

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