Skip to content
Snippets Groups Projects
Verified Commit 4f11c096 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

x-qemux86-directdisk.wks.in: Use bootimg-pcbios-label


The only difference in this plugin (as of now) is that it takes into
consideration the --label argument.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 53866b91
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,9 @@
# 0 |
# 4096KiB
bootloader --source bootimg-pcbios --timeout=0 --append="oprofile.timer=1 rootfstype=${ROOT_FSTYPE}"
bootloader --source bootimg-pcbios-label --timeout=0 --append="oprofile.timer=1 rootfstype=${ROOT_FSTYPE}"
part --source bootimg-pcbios --label boot --align 4096 --fixed-size ${BOOT_PARTITION_SIZE} --active --offset 4096
part --source bootimg-pcbios-label --label boot --align 4096 --fixed-size ${BOOT_PARTITION_SIZE} --active --offset 4096
${WIC_ROOTA_PARTITION}
${WIC_ROOTB_PARTITION}
${WIC_DEVDATA_PARTITION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment