commit 69f79f2a2ee1417e19c1ead2c9226e11753c06cb Author: Peter Korsgaard <peter@korsgaard.com> Date: Sun Jun 6 23:21:08 2021 +0200 Update for 2021.05 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
27 lines
309 B
INI
27 lines
309 B
INI
image boot.vfat {
|
|
vfat {
|
|
files = {
|
|
"MLO",
|
|
"u-boot.img"
|
|
}
|
|
}
|
|
size = 4M
|
|
}
|
|
|
|
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition u-boot {
|
|
partition-type = 0xC
|
|
bootable = "true"
|
|
image = "boot.vfat"
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
image = "rootfs.ext4"
|
|
size = 512M
|
|
}
|
|
}
|