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