diff options
-rwxr-xr-x | arch-installer.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch-installer.sh b/arch-installer.sh index 7ebad6a..e69aa69 100755 --- a/arch-installer.sh +++ b/arch-installer.sh @@ -524,23 +524,18 @@ sleep 1 clear arch-chroot /mnt/arch << ARCH_CHROOT_CMDS ln -sf /usr/share/zoneinfo/Europe/Paris /etc/localtime - sleep 1 hwclock --systohc - sleep 1 sed -i 's/#en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen locale-gen - sleep 1 echo "LANG=en_US.UTF-8" > /etc/locale.conf echo "$hstnm" > /etc/hostname echo "127.0.0.1 localhost" > /etc/hosts echo "::1 localhost" >> /etc/hosts echo "127.0.1.1 $hstnm.localdomain $hstnm" >> /etc/hosts - sleep 1 passwd $rtpwd $rtpwd systemctl enable NetworkManager - sleep 1 sed -i 's/#ForwardToSyslog=no/ForwardToSyslog=yes/' /etc/systemd/journald.conf ARCH_CHROOT_CMDS sleep 2 |