* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
15 lines
159 B
INI
15 lines
159 B
INI
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition unused {
|
|
size = 512
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
image = "rootfs.ext4"
|
|
size = 256M
|
|
}
|
|
}
|