From dfb94c9fd566babdf98b5ea12af954017167dcfc Mon Sep 17 00:00:00 2001 From: YellowJacketLinux Date: Sun, 13 Oct 2024 07:32:04 -0700 Subject: [PATCH] ready to try...I think... --- 00-SYSTEMPREP.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/00-SYSTEMPREP.sh b/00-SYSTEMPREP.sh index 5f5b735..02116a5 100644 --- a/00-SYSTEMPREP.sh +++ b/00-SYSTEMPREP.sh @@ -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"