Add linux package to the install
This commit is contained in:
parent
2a98bf6a95
commit
7d66ed110b
1 changed files with 3 additions and 3 deletions
6
archfi
6
archfi
|
@ -749,7 +749,7 @@ installmenu(){
|
|||
fi
|
||||
options=()
|
||||
options+=("${txteditmirrorlist}" "(${txtoptional})")
|
||||
options+=("${txtinstallarchlinux}" "pacstrap base")
|
||||
options+=("${txtinstallarchlinux}" "pacstrap base linux")
|
||||
options+=("${txtconfigarchlinux}" "")
|
||||
sel=$(whiptail --backtitle "${apptitle}" --title "${txtinstallmenu}" --menu "" --cancel-button "${txtunmount}" --default-item "${nextitem}" 0 0 0 \
|
||||
"${options[@]}" \
|
||||
|
@ -777,8 +777,8 @@ installmenu(){
|
|||
|
||||
installbase(){
|
||||
clear
|
||||
echo "pacstrap /mnt base"
|
||||
pacstrap /mnt base
|
||||
echo "pacstrap /mnt base linux"
|
||||
pacstrap /mnt base linux
|
||||
pressanykey
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue