diskimage-builder/diskimage_builder/elements/sysprep
jgupta f2e7cd1307 Fix issue in extract image
The problem lays with the 'extract-image' script as
it is using lsblk commands to extract image's partition
(find out root/efi/boot, lines:100-102) but the output
is empty inside a container.

lsblk gives empty output for FSTYPE, LABEL, GUID..
the fix is to use blkid.

Closes-Bug: 1974350
Change-Id: I3b460c6dd9caa519c55327c5bd4b7e4585a8bd22
2022-11-02 14:21:16 +00:00
..
bin Fix issue in extract image 2022-11-02 14:21:16 +00:00
finalise.d Set machine-id to uninitialized to trigger first boot 2022-04-21 09:39:42 +12:00
README.rst Clear /etc/machine-id to avoid duplicate machine-ids 2017-08-06 13:56:58 -04:00

README.rst

sysprep

This element holds configuration and scripts that are common for all distributions.