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