On Tue, 2010-11-30 at 18:10 -0500, William L. Thomson Jr. wrote: > > Maybe if you enable both ext2 and ext3, regardless of how you do it, > direct support or via ext4, you must specify the root fs type in > grub/lilo. Not sure I haven't been used to ever suppling a root fs type > other than in /etc/fstab. Its mostly been detected and never been an > issue. Though I have left out support for ext2 in my kernels for a very > long time now.
Looks like you can pass a rootfstype= option/parameter to the kernel on boot. Might be a good habit to start getting into specifying that and not relying on it being auto detected. I assume with specifying rootfstype=ext4 you can enable the evil ext4 support for ext23 without any problems. I might run some experiments there time permitting. http://www.kernel.org/doc/Documentation/kernel-parameters.txt (also locally installed with kernel sources) -- William L. Thomson Jr. Obsidian-Studios, Inc. http://www.obsidian-studios.com --------------------------------------------------------------------- Archive http://marc.info/?l=jaxlug-list&r=1&w=2 RSS Feed http://www.mail-archive.com/[email protected]/maillist.xml Unsubscribe [email protected]

