containers / initoverlayfs

GNU General Public License v2.0
40 stars 8 forks source link

initoverlayfs-install: ext4 flow seems not be called #11

Closed dougsland closed 1 year ago

dougsland commented 1 year ago

if there is no mkfs.erofs it will exit before reaching the ext4 flow.

https://github.com/containers/initoverlayfs/blob/main/bin/initoverlayfs-install#L28-L32

Should be fixed by: https://github.com/containers/initoverlayfs/pull/10