update rootfs and configuration.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user