by pezz » Sat Aug 17, 2013 9:26 am
$this->bbcode_second_pass_quote('CrawX', 'E')dit: How should I handle the fact that f2fs is going to be a module now? Im running f2fs as my rootfs...
It's pretty easy to make an initrd for your system, have a read of a gist I wrote to help folks boot an encrypted root (with unlock over SSH):
https://gist.github.com/pezz/5310082I have basically done that, except now I use f2fs on top of the LUKS volume (instead of ext4).
To cater for this next kernel (assuming f2fs is going to be a module), I will just add f2fs to my mkinitcpio.conf MODULES list and make sure it's built in to the initrd.