From: crawford.benjamin15@gmail.com
To: yocto@lists.yoctoproject.org
Subject: roundup feature for Wic partitions?
Date: Fri, 06 Jan 2023 23:28:57 +0000 [thread overview]
Message-ID: <m2bknbi6o6.fsf@doe.com> (raw)
Hi,
I am trying to configure an image to conform to the VHD size alignment
requirements of Azure. Azure requires that the filesize of a VHD be a
multiple of 1 MiB. The '--align' option works to align the _start_ of a
partition to a particular multiple, but I need the _end_ to be aligned.
As a workaround, I tried:
part /fake --fixed-size=0 --no-table --align=1024
I figured this would create a zero-sized partition which would be
appropriately aligned at the end of the image, but wic complains that
zero-sized partitions are not allowed.
Is there a way to achieve this, or extend the capabilities of wic to
handle this use case?
Best,
Ben
next reply other threads:[~2023-01-06 23:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-06 23:28 crawford.benjamin15 [this message]
2023-01-09 9:27 ` [yocto] roundup feature for Wic partitions? Alexander Kanavin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2bknbi6o6.fsf@doe.com \
--to=crawford.benjamin15@gmail.com \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.