mirror of
https://gitlab.com/prism7/archery.git
synced 2025-02-15 08:29:17 +01:00
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:
parent
4ccce091b5
commit
8d2217a137
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue