b343cc00d3cf03d36730e18dae23ee025fc8f787
[AGL/meta-agl-devel.git] / meta-agl-ic-container / wic / agl-ic-container-noloader-demo.wks
1 # short-description: Single partition rootfs with UUID and no bootloader
2 # long-description: Creates a partitioned image with a single partition in
3 # use and does not contain a bootloader.
4
5 bootloader --ptable gpt
6 part / --source rootfs --fstype=ext4 --label host --align 4096 --size 1024
7 part --source rawcopy --sourceparams="file=guest-image-cluster-demo.ext4"
8 part --source rawcopy --sourceparams="file=guest-image-ivi-demo.ext4"
9 part --source rawcopy --sourceparams="file=agl-ivi-demo-qt.ext4"
10 part --source rawcopy --sourceparams="file=agl-ivi-demo-flutter.ext4"