#!/bin/sh # Welcome to Adélie Linux. # This script changes local PAM configuration to allow null passwords. # This way, the `live` user does not need a password. sed -i 's/pam_unix.so$/pam_unix.so nullok_secure/' /etc/pam.d/base-auth