summaryrefslogtreecommitdiff
path: root/archauto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'archauto.sh')
-rwxr-xr-xarchauto.sh5
1 files changed, 4 insertions, 1 deletions
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 <<EOF
[Match]
-Name=ens3
+Name=ens2
[Network]
Address=${IP}/${PREFIX}
@@ -124,6 +124,9 @@ arch-chroot ${MOUNT_PATH} pacman --noconfirm -S openssh
echo "PermitRootLogin yes" >>${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