mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-02-12 10:31:55 +00:00
16 lines
217 B
INI
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
|
|
}
|