diff options
-rwxr-xr-x | adelie-build-cd | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/adelie-build-cd b/adelie-build-cd index 32799e9..794ef6b 100755 --- a/adelie-build-cd +++ b/adelie-build-cd @@ -175,11 +175,6 @@ make_structure() { squashroot-$ARCH/etc/runlevels/boot/$bootservice done - for service in s6 utmps; do - ln -s /etc/init.d/$service \ - squashroot-$ARCH/etc/runlevels/default/$service - done - cat >squashroot-$ARCH/etc/fstab <<- FSTAB # Welcome to Adélie Linux. # This fstab(5) is for the live media only. Do not edit or use for your installation. @@ -193,6 +188,8 @@ 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 + cat >squashroot-$ARCH/etc/shells <<- SHELLS /bin/bash /bin/zsh |