mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-02-15 03:51:54 +00:00
17 lines
217 B
INI
17 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
|
||
|
}
|