minor update
This commit is contained in:
parent
c49a81b2cc
commit
49344fe9dd
11
startup.sh
11
startup.sh
|
|
@ -79,9 +79,10 @@ efi_check () {
|
||||||
# if btrfs is selected
|
# if btrfs is selected
|
||||||
set_btrfs () {
|
set_btrfs () {
|
||||||
# Used -a to get more than one argument
|
# Used -a to get more than one argument
|
||||||
echo -ne "Please enter your btrfs subvolumes separated by space\n"
|
echo "Please enter your btrfs subvolumes separated by space"
|
||||||
echo -ne "usualy they start with @ for root or @home, @temp etc.\n"
|
echo "usualy they start with @ for root or @home, @temp etc."
|
||||||
echo -ne "Defaults are @, @home, @var, @tmp, @.snapshots \n"
|
echo "Defaults are @, @home, @var, @tmp, @.snapshots"
|
||||||
|
echo " "
|
||||||
read -r -p "press enter to use default: " -a ARR
|
read -r -p "press enter to use default: " -a ARR
|
||||||
if [[ -z "${ARR[*]}" ]]; then
|
if [[ -z "${ARR[*]}" ]]; then
|
||||||
set_option "SUBVOLUMES" "(@ @home @var @tmp @.snapshots)"
|
set_option "SUBVOLUMES" "(@ @home @var @tmp @.snapshots)"
|
||||||
|
|
@ -508,8 +509,8 @@ make_choice () {
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
#background_check
|
background_check
|
||||||
write_to_config
|
# write_to_config
|
||||||
clear
|
clear
|
||||||
logo
|
logo
|
||||||
# title "Automated Arch Linux Installer"
|
# title "Automated Arch Linux Installer"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue