search for: mountfs

Displaying 1 result from an estimated 1 matches for "mountfs".

Did you mean: mount's
2020 Mar 15
0
How to create a Bootable Live CD/DVD from your Linux From Scratch (LFS) build
...t; /proc/cmdline` -ne "0" ]; then echo "Bootcd mode (bind mount) requested"; copyBindMount else # Select LiveCD mode unionMount # Might fall back to copyBindMount fi # Tell LFS to skip fsck during startup: > $ROOT/fastboot # Get rid of / manipulations in mountfs script: grep -v ' \/ ' $ROOT/etc/rc.d/init.d/mountfs > $ROOT/tmp/mountfs rm -f $ROOT/etc/rc.d/init.d/mountfs mv $ROOT/tmp/mountfs $ROOT/etc/rc.d/init.d/mountfs chmod +x $ROOT/etc/rc.d/init.d/mountfs # Move current mounts to directories accessible in the new root cd /mnt for dir in $(ls...