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