Sign in
android-kvm
/
buildroot
/
4cf319c2670e8b5c1a437e504f99558ee90f8ccb
/
.
/
board
/
raspberrypi
/
genimage.cfg.in
blob: fd38b86a0cfe40f5982904aab7b97ab10e4a51fc [
file
] [
log
] [
blame
]
image boot
.
vfat
{
vfat
{
files
=
{
#BOOT_FILES#
}
}
size
=
32M
}
image sdcard
.
img
{
hdimage
{
}
partition boot
{
partition
-
type
=
0xC
bootable
=
"true"
image
=
"boot.vfat"
}
partition rootfs
{
partition
-
type
=
0x83
image
=
"rootfs.ext4"
}
}