update rootfs and configuration.

This commit is contained in:
jbnadal
2017-06-06 17:32:00 +02:00
parent 97003eeba6
commit 51bbe6f0ab
3 changed files with 12 additions and 13 deletions

View File

@@ -22,15 +22,6 @@ image boot.vfat {
size = 30M
}
image data.vfat {
vfat {
files = {
"rpi-firmware/config.txt"
}
}
size = 10M
}
image sdcard.img {
hdimage {
}
@@ -42,7 +33,7 @@ image sdcard.img {
}
partition data {
partition-type = 0xC
image = "data.vfat"
partition-type = 0x83
image = "data.ext2"
}
}