ready to try...I think...

This commit is contained in:
YellowJacketLinux 2024-10-13 07:32:04 -07:00
parent 07074cfb3e
commit dfb94c9fd5

View File

@ -22,12 +22,6 @@ mkdir -p ${LFS}/lib64
mkdir -p ${LFS}/tools
groupadd lfs
useradd -s /bin/bash -g lfs -m -k /dev/null lfs
chown lfs ${LFS}/{usr{,/*},lib,var,etc,bin,sbin,tools}
chown lfs ${LFS}/lib64
echo "Please set a password for the lfs user account"
echo ""
echo " passwd lfs"