diff options
Diffstat (limited to 'user/livecd-support/livecd-support.post-install')
-rw-r--r-- | user/livecd-support/livecd-support.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/livecd-support/livecd-support.post-install b/user/livecd-support/livecd-support.post-install new file mode 100644 index 000000000..9556f5a52 --- /dev/null +++ b/user/livecd-support/livecd-support.post-install @@ -0,0 +1,3 @@ +#!/bin/sh + +sed -i 's/pam_unix.so$/pam_unix.so nullok_secure/' /etc/pam.d/base-auth |