diff options
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -272,6 +272,13 @@ echo "export EDITOR=vim" >> /mnt/etc/profile # Set hostname echo "${hostname}" > /mnt/etc/hostname +# Setup localhost +tee -a /mnt/etc/hosts <<EOF +127.0.0.1 localhost +::1 localhost +127.0.1.1 ${hostname}.localdomain ${hostname} +EOF + # Set root password artix-chroot /mnt bash -c "echo root:artix | chpasswd" |
