diff options
| author | 2024-08-22 18:29:36 -0700 | |
|---|---|---|
| committer | 2024-08-22 18:29:36 -0700 | |
| commit | 5717cc3604f92e77cf3f7430517c89ff356de798 (patch) | |
| tree | 99e9e052c499463a49b3f78198b26a201bd37ef3 /components | |
| parent | 70edf9c30104a3dfb709fdefd7adf3285753a90b (diff) | |
| download | kiwi-descriptions-5717cc3604f92e77cf3f7430517c89ff356de798.tar.gz kiwi-descriptions-5717cc3604f92e77cf3f7430517c89ff356de798.zip | |
application_id: no spaces
We discovered Neal got the regex for this wrong in the Kiwi
schema upstream. While he fixes that up, let's just ditch the
spaces here for now so it passes validation.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Diffstat (limited to 'components')
| -rw-r--r-- | components/liveinstall.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/liveinstall.xml b/components/liveinstall.xml index 53fdae1..b847eac 100644 --- a/components/liveinstall.xml +++ b/components/liveinstall.xml @@ -6,7 +6,7 @@ </profiles> <preferences profiles="LiveInstall" arch="x86_64"> <type image="iso" - publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora Linux" + publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux" primary="true" flags="dmsquash" mediacheck="false" firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb" > @@ -15,7 +15,7 @@ </preferences> <preferences profiles="LiveInstall" arch="aarch64"> <type image="iso" - publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora Linux" + publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux" primary="true" flags="dmsquash" mediacheck="false" firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb" > @@ -24,7 +24,7 @@ </preferences> <preferences profiles="LiveInstall" arch="ppc64le"> <type image="iso" - publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora Linux" + publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux" primary="true" flags="dmsquash" mediacheck="false" firmware="ofw" kernelcmdline="quiet rhgb" > |