diff options
-rwxr-xr-x | adelie-build-cd | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/adelie-build-cd b/adelie-build-cd index 535693b..c27bcb5 100755 --- a/adelie-build-cd +++ b/adelie-build-cd @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e def_arch=$(uname -m) def_ver="1.0-beta4" @@ -190,11 +190,6 @@ make_structure() { 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 - SHELLS - cat >squashroot-$ARCH/etc/resolv.conf <<- RESOLVE nameserver 84.200.69.80 nameserver 2001:1608:10:25::1c04:b12f |