On Tue, September 8, 2015 09:29, [email protected] wrote: > In the section 2.3 "Creating a File System on the Partition", LFS assumes > that the root file system is of type ext4. > However, in the section 8.4 "Using GRUB to Set Up the Boot Process", > "insmod ext2" is used in the configuration file example. > I think it should be changed to "insmod ext4" although most of readers are > able to change it themselves.
Hello, http://git.savannah.gnu.org/cgit/grub.git/tree/grub-core/fs/ext2.c?id=grub-2.02-beta2 You will see that the ext2 module takes care of ext2, ext3 and ext4. Sincerely, William Harrington -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
