Dan Streetman
Dan Streetman
The mariner v2 builds already remove (technically, empty out) the default networkd config file that is included in azure marketplace image builds, because azure uses cloud-init to configure the network;...
TPM2_MAX_SYM_DATA is defined as 256, but per spec should be 128. TPM specification Part 2 ("Structures") section "TPMU_SENSITIVE_CREATE" states "For interoperability, MAX_SYM_DATA should be 128." It actually used to be...
Non functional change; only converts a single tab char to the correct number of spaces.
After sourcing functions.setup-appliance.sh, the function prepare_os_settings must be called to properly set some variables; in this specific case, the later call to prepare_obssigner must have OBS_SIGND set, which requires the...
Subtracting the OBS/server lv size from the OBS vg 'free' size is incorrect, since it's the 'free' size of the vg, not the vg total size.