On Sat, Mar 8, 2008 at 3:48 PM, Michael Franzl <[EMAIL PROTECTED]> wrote: > I just finished building LFS 6.3 and everything is well. It starts up > fine if all directories are on one parition. However, I plan to use > several partitions for some directories due to security reasons. Some > time ago, I tried the following scheme with LFS 6.1, and it worked fine: > > /dev/hda1 /boot > /dev/hda6 /{etc,bin,sbin,lib,dev,opt,srv,root,media,mnt} > /dev/hda7 /usr > /dev/hda8 /home > /dev/hda9 /var > /dev/hda10 /var/mail > /dev/hda11 /tmp > > Unfortunately, as soon as /usr is in a separate partition, the LFS 6.3 > bootscripts halt the system with the following error: > > Setting the console log level to 7... [ OK ] > /etc/rc.d/rcsysinit.d/S05modules: line 27: egrep: command not found > Populating /dev with device nodes... > /etc/rc.d/rcsysinit.d/S10udev: line 21: grep: command not found [ FAIL > ] > FAILURE: > Unable to create devices without a SysFS filesystem
Like Valter says, grep and egrep should be in /bin, which should be on your root partition. It sounds like you might have misinstalled grep. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page