Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/iso/mkarchiso486
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-11-02 17:36:28 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-11-02 17:36:28 +0100
commit17d7c30814b6835c0707b66ddf895100482296da (patch)
treeb148eb768aa45502925ed2186d34b961be00a7da /iso/mkarchiso486
parent1afcc9f0ff8c5307267dbf30fe34070cbe379eca (diff)
also have a non-systemd system-auth for pamHEADmaster
Diffstat (limited to 'iso/mkarchiso486')
-rwxr-xr-xiso/mkarchiso4861
1 files changed, 1 insertions, 0 deletions
diff --git a/iso/mkarchiso486 b/iso/mkarchiso486
index 4b56ca6..fc4e3ef 100755
--- a/iso/mkarchiso486
+++ b/iso/mkarchiso486
@@ -73,6 +73,7 @@ chmod 0400 "$ROOTFS"/etc/ssh/ssh_host_*_key
cp $BASE/motd "$ROOTFS"/etc/motd
linux32 arch-chroot "$ROOTMNT" /bin/bash -c 'echo "root:arch" | /usr/bin/chpasswd'
cp $BASE/system-login "$ROOTMNT"/etc/pam.d/system-login
+cp $BASE/system-auth "$ROOTMNT"/etc/pam.d/system-auth
echo "Installining syslinux (isolinux).."
if test ! -d "$ROOTFS/isolinux"; then