Le 14/03/2012 00:34, Bruce Dubbs a écrit : > OK, try the updated scripts I just committed when you get a chance. > > -- Bruce Still needs the patch below (suppress lsmod from $binfiles, since it is added later if needed, and the last space for cosmetics:-) ), but it looks like it almost works (no lvm yet): right now, booting stops at `exec switch_root' with "cannot find switch_root". Do not know why.
Pierre Index: postlfs/filesystems/initramfs.xml =================================================================== --- postlfs/filesystems/initramfs.xml (révision 9701) +++ postlfs/filesystems/initramfs.xml (copie de travail) @@ -91,7 +91,7 @@ printf "Creating $INITRAMFS_FILE... " -binfiles="sh cat cp dd killall ls lsmod mkdir mknod mount " +binfiles="sh cat cp dd killall ls mkdir mknod mount" binfiles="$binfiles umount sed sleep ln rm uname" #Optional files and locations -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
