Comment 1 for bug 2058826

Revision history for this message
Adam Vodopjan (grozzly) wrote :

The script from the post is deprecated now, I converted it into a generic "make casper aware of fs X, add kernel modules Y to the initrd" one.

You can get it here https://github.com/slowpeek/ubuntu-remaster-bbb and make 14.04+ images bootable from f2fs like this:

  ubuntu-remaster-f2fs input.iso output.iso

or, without the f2fs shortcut:

  ubuntu-remaster-bbb --fs f2fs --module f2fs,~crc32_generic,~crc32-pclmul input.iso output.iso

If using the docker image:

  ubuntu-remaster-bbb.docker --fs f2fs --module f2fs,~crc32_generic,~crc32-pclmul -- input.iso output.iso