shevek / imagebuilder

Gradle-based virtual machine image builder
1 stars 0 forks source link

Allow online resizing of generated filesystems #8

Open shevek opened 9 years ago

shevek commented 9 years ago

Issue by shevek-nebula Tuesday Dec 09, 2014 at 22:17 GMT Originally opened as https://github.com/nebula/imagebuilder/issues/23


http://libguestfs.org/guestfs.3.html#guestfs_mkfs_opts allows passing of GUESTFS_MKFS_OPTS_FEATURES

http://man.he.net/man8/mke2fs says -O resize_inode allows online resizing.

https://github.com/nebula/imagebuilder/blob/master/src/main/groovy/com/nebula/gradle/plugin/imagebuilder/ExportOperations.groovy#L117 should allow this.