Fix some prompts and make install executeable
parent
de4e97b5aa
commit
788ced626c
|
@ -126,10 +126,10 @@ genfstab -U /mnt >> /mnt/etc/fstab
|
|||
# Chroot part
|
||||
#
|
||||
echo "[?] Package installation is done. Please enter a couple bits of information about your system."
|
||||
read time_zone -p "What timezone? [Europe/Amsterdam] "
|
||||
read locale -p "What locale? [en_US.UTF-8] "
|
||||
read hostname -p "What hostname? [arch] "
|
||||
read cpu_vendor -p "What cpu vendor? [intel/amd]"
|
||||
read -p "What timezone? [Europe/Amsterdam] " time_zone
|
||||
read -p "What locale? [en_US.UTF-8] " locale
|
||||
read -p "What hostname? [arch] " hostname
|
||||
read -p "What cpu vendor? [intel/amd]" cpu_vendor
|
||||
|
||||
echo "[?] Starting work in chroot now."
|
||||
echo "
|
||||
|
|
Loading…
Reference in New Issue