Add: The installer will not load the 'Automatic Partitioning' stage if the user has already denied the said stage, instead 'Manual Partitioning' stage will be auto-loaded

This commit is contained in:
elementrick 2024-09-14 19:22:32 +00:00
parent 4ccce091b5
commit 8d2217a137

View file

@ -3538,7 +3538,13 @@ ${multi_swap}
until manual_part; do : ; done until manual_part; do : ; done
else else
process process
if [[ "${slct_autoprt}" != "yes" ]]; then
until auto_part; do : ; done until auto_part; do : ; done
return 1
else
until manual_part; do : ; done
return 1
fi
fi fi
elif [[ "${multibooting}" == "y" ]]; then elif [[ "${multibooting}" == "y" ]]; then
process process
@ -6235,6 +6241,7 @@ OPTIMIZED_CONF
hypervisor="" hypervisor=""
mkinitcpio_mods="" mkinitcpio_mods=""
ukify="" ukify=""
slct_autoprt=""
clear clear
first_check first_check