diff options
author | MatMoul <matmoul@gmail.com> | 2017-02-03 19:31:16 +0100 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2017-02-03 19:31:16 +0100 |
commit | 8d093c9508e1a6dd43f1dc28f0151c871d757b1d (patch) | |
tree | cae4bbba6467964794f25ffd7b4fe363b77564c4 | |
parent | dedd95bda8ea15efbea01e54c9dcba14c91a747a (diff) | |
download | hyperfi-8d093c9508e1a6dd43f1dc28f0151c871d757b1d.tar.lz hyperfi-8d093c9508e1a6dd43f1dc28f0151c871d757b1d.tar.xz hyperfi-8d093c9508e1a6dd43f1dc28f0151c871d757b1d.zip |
Update default hostname
-rw-r--r-- | archfi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |