refactor(meta): Renumber functions (#5)
This commit is contained in:
parent
b0842ac9ba
commit
844f574e2d
4
setup.sh
4
setup.sh
@ -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 () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user