hc
2024-08-14 93e8ba98c407598d13d8ade71bc7802acfb19c58
1
2
3
4
5
6
7
8
9
10
11
12
image sdcard.img {
   hdimage {
       gpt = true
   }
 
   partition rootfs {
       partition-type-uuid = 72ec70a6-cf74-40e6-bd49-4bda08e8f224
       partition-uuid = 0fef845a-c6e1-45bc-82f7-002fa720f958
       bootable = "true"
       image = "rootfs.ext4"
   }
}