mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-13 16:18:52 +01:00
swapped rootfs and rootfs_alt partitions
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
This commit is contained in:
parent
32b078701f
commit
90f7152678
@ -35,14 +35,14 @@ image sdcard.img {
|
|||||||
# size = 16K
|
# size = 16K
|
||||||
# }
|
# }
|
||||||
|
|
||||||
partition rootfs {
|
partition rootfs_alt {
|
||||||
offset = 1M
|
offset = 1M
|
||||||
partition-type = 0x83
|
partition-type = 0x83
|
||||||
image = "rootfs.ext4"
|
image = "rootfs.ext4"
|
||||||
size = 100M
|
size = 100M
|
||||||
}
|
}
|
||||||
|
|
||||||
partition rootfs_alt {
|
partition rootfs {
|
||||||
offset = 101M
|
offset = 101M
|
||||||
partition-type = 0x83
|
partition-type = 0x83
|
||||||
image = "rootfs.ext4"
|
image = "rootfs.ext4"
|
||||||
@ -50,7 +50,7 @@ image sdcard.img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# partition share {
|
# partition share {
|
||||||
# offset = 201M
|
# offset = 1G
|
||||||
# partition-type = 0xC
|
# partition-type = 0xC
|
||||||
# bootable = "false"
|
# bootable = "false"
|
||||||
# size = 0
|
# size = 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user