summaryrefslogtreecommitdiff
path: root/archauto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'archauto.sh')
-rwxr-xr-xarchauto.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/archauto.sh b/archauto.sh
index c4eb965..d2cde4f 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=ens2
+Name=enp1s0
[Network]
Address=${IP}/${PREFIX}
@@ -124,9 +124,6 @@ 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