diff options
Diffstat (limited to 'adelie-build-cd')
-rwxr-xr-x | adelie-build-cd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adelie-build-cd b/adelie-build-cd index 794ef6b..2920f89 100755 --- a/adelie-build-cd +++ b/adelie-build-cd @@ -188,7 +188,7 @@ make_structure() { echo 'live::::::::' >> squashroot-$ARCH/etc/shadow chown 1000:1000 squashroot-$ARCH/home/live - sed -i 's/pam_unix.so^/pam_unix.so nullok_secure/' squashroot-$ARCH/etc/pam.d/base-auth + sed -i 's/pam_unix.so$/pam_unix.so nullok_secure/' squashroot-$ARCH/etc/pam.d/base-auth cat >squashroot-$ARCH/etc/shells <<- SHELLS /bin/bash |