mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-08-03 16:44:38 +00:00
fix chpasswd usage in stage6/shadow.sh
This commit is contained in:
@ -36,7 +36,7 @@ grpconv
|
||||
mkdir -p /etc/default
|
||||
useradd -D --gid 999
|
||||
|
||||
chpasswd "root:$ROOT_PASSWD"
|
||||
echo "root:$ROOT_PASSWD" | chpasswd
|
||||
|
||||
cd /sources
|
||||
rm -rf ${PKG_SHADOW%.tar*}
|
||||
|
Reference in New Issue
Block a user