index : archi486 | |
Archlinux32 i486 tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-11-02 17:36:28 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-11-02 17:36:28 +0100 |
commit | 17d7c30814b6835c0707b66ddf895100482296da (patch) | |
tree | b148eb768aa45502925ed2186d34b961be00a7da /iso/mkarchiso486 | |
parent | 1afcc9f0ff8c5307267dbf30fe34070cbe379eca (diff) |
-rwxr-xr-x | iso/mkarchiso486 | 1 |
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 |