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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue