Greetings,

In our previous books, we started the boot chapter system as using the root user:

http://cross-lfs.org/view/CLFS-2.1.0/x86/boot/introduction.html
This changes the owner to the clfs user for ${CLFS} "/mnt/clfs" by default

After that page, the clfs user can install what is needed until we get to installing some devices which we used the root user again for the rest of the chapter:

http://cross-lfs.org/view/CLFS-2.1.0/x86/boot/devices.html


For our current changes, we start the boot chapter as the clfs user and install what is required until we need the root user:

http://cross-lfs.org/view/systemd/html/x86/boot/creatingdirs.html

We use the root user for the reset of the chapter.

I need some help in figuring out what to do with jHALFS so the root user starts being used for the following pages in our chapter 7 boot method:

creatingdirs
createfiles
devices
pwdgroup
fstab
settingenvironment
changingowner

What I can see is that AS_ROOT: in the Makefile needs to have the targets above in that section and not in AS_LUSER. WIth that I think I'm on the right track as far as that. I'm going to look closer at master.sh if that is where the edits need to take place.

Sincerely,

William Harrington

--
http://lists.linuxfromscratch.org/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to