UNVR-NAS/genimage_initial.cfg

17 lines
219 B
INI
Raw Permalink Normal View History

image boot.ext4 {
ext4 {
label = "boot"
use-mke2fs = true
}
size = 255M
}
image rootfs.ext4 {
name = "rootfs"
ext4 {
label = "rootfs"
use-mke2fs = true # Needed to prevent resize issues...
}
size = 3G
}