UNVR-NAS/genimage_initial.cfg
Chris Blake 85a5bd66e0 feat: initial upload
Initial public release
2024-05-19 14:04:59 -05:00

16 lines
217 B
INI

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