densebeast
New Member
Hello,
I may have made a mistake somewhere along the line, looking for assistance. I'm preparing to go into chroot, not aware of any build errors so far
case $(uname -m) in
x86_64) chown --from lfs -R root:root $LFS/lib64 ;;
esac
returns 'operation not permitted'.
Not sure what I missed or how to go forward as user is not a sudoer, nor have I been prompted to create a root password.
LFS is really great and I've learned a lot but they are awfully vague sometimes in the instructions we're supposed to follow word for word. The writers seem to think we know what's in their head so I'm stuck using my best judgement. I'm not an expert nor a newb. I have to wonder how these vagaries may cause people to fail or just give up.
I may have made a mistake somewhere along the line, looking for assistance. I'm preparing to go into chroot, not aware of any build errors so far
7.2. Changing Ownership
chown --from lfs -R root:root $LFS/{usr,lib,var,etc,bin,sbin,tools}case $(uname -m) in
x86_64) chown --from lfs -R root:root $LFS/lib64 ;;
esac
returns 'operation not permitted'.
Not sure what I missed or how to go forward as user is not a sudoer, nor have I been prompted to create a root password.
LFS is really great and I've learned a lot but they are awfully vague sometimes in the instructions we're supposed to follow word for word. The writers seem to think we know what's in their head so I'm stuck using my best judgement. I'm not an expert nor a newb. I have to wonder how these vagaries may cause people to fail or just give up.

