From aad453830d5b14a39abccb6c9a15cf2c647d57cb Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 13 Jun 2019 17:08:09 +0200 Subject: install without graphical output, write only a logfile, patch machine XML and add VNC add the end --- archauto.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'archauto.sh') diff --git a/archauto.sh b/archauto.sh index d478355..c4eb965 100755 --- a/archauto.sh +++ b/archauto.sh @@ -106,7 +106,7 @@ echo ${HOSTNAME} > ${MOUNT_PATH}/etc/hostname cat > ${MOUNT_PATH}/etc/systemd/network/25-wired.network <>${MOUNT_PATH}/etc/ssh/sshd_config arch-chroot ${MOUNT_PATH} systemctl enable sshd +# some networking and debugging tools, decent editor +arch-chroot ${MOUNT_PATH} pacman --noconfirm -S iputils iproute2 joe + # maybe later, when pacman knows the Archlinux32 developer keys #sed -i 's/^SigLevel.*/SigLevel = Required DatabaseOptional/g' ${MOUNT_PATH}/etc/pacman.conf -- cgit v1.2.3-54-g00ecf