1
0
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:
Kyle Glaws
2022-03-17 12:30:52 -04:00
parent 417094fc32
commit 42c4f117dd

View File

@ -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*}