> I usally use ext4 as filesystem. > > # lsmod|grep ext > ext3 100768 0 > jbd 39586 1 ext3 > ext2 49572 0 > ext4 263621 1 > crc16 1255 2 ext4,bluetooth > mbcache 4450 3 ext2,ext3,ext4 > jbd2 48679 1 ext4 > > Isn't great what an initramfs can do?
In this case, initramfs is your root filesystem, from which you load another fs and then transfer (pivot root?) to it. You have to build initramfs support into the kernel, to boot an initramfs. So my argument still stands, regardless of whether your *INITIAL* filesystem is ext4fs, or ZFS, or initramfs, that *INITIAL* filesystem has to be built into the kernel. Also, I really wonder what the point is in having to use initramfs on a system where /usr is part of /. -- Walter Dnes <[email protected]> I don't run "desktop environments"; I run useful applications

