parent
b4e33a1c08
commit
528ffec3cd
@ -1,18 +0,0 @@ |
||||
#!/bin/sh |
||||
# Copyright (C) 2006-2011 OpenWrt.org |
||||
|
||||
if ( ! grep -qsE '^root:[!x]?:' /etc/shadow || \ |
||||
! grep -qsE '^root:[!x]?:' /etc/passwd ) && \ |
||||
[ -z "$FAILSAFE" ] |
||||
then |
||||
echo "Login failed." |
||||
exit 0 |
||||
else |
||||
cat << EOF |
||||
=== IMPORTANT ============================ |
||||
Use 'passwd' to set your login password! |
||||
------------------------------------------ |
||||
EOF |
||||
fi |
||||
|
||||
exec /bin/ash --login |
Loading…
Reference in new issue