aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul <matmoul@gmail.com>2017-02-03 19:31:16 +0100
committerMatMoul <matmoul@gmail.com>2017-02-03 19:31:16 +0100
commit8d093c9508e1a6dd43f1dc28f0151c871d757b1d (patch)
treecae4bbba6467964794f25ffd7b4fe363b77564c4
parentdedd95bda8ea15efbea01e54c9dcba14c91a747a (diff)
downloadhyperfi-8d093c9508e1a6dd43f1dc28f0151c871d757b1d.tar.lz
hyperfi-8d093c9508e1a6dd43f1dc28f0151c871d757b1d.tar.xz
hyperfi-8d093c9508e1a6dd43f1dc28f0151c871d757b1d.zip
Update default hostname
-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"