aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archfi2
1 files changed, 1 insertions, 1 deletions
diff --git a/archfi b/archfi
index cef6c2b..476c44a 100644
--- a/archfi
+++ b/archfi
@@ -869,7 +869,7 @@ archchroot(){
archsethostname(){
- hostname=$(whiptail --backtitle "$apptitle" --title "$txtsethostname" --inputbox "" 0 0 "localhost" 3>&1 1>&2 2>&3)
+ hostname=$(whiptail --backtitle "$apptitle" --title "$txtsethostname" --inputbox "" 0 0 "archlinux" 3>&1 1>&2 2>&3)
if [ "$?" = "0" ]; then
clear
echo "echo \"$hostname\" > /mnt/etc/hostname"