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>
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
</profiles>
|
</profiles>
|
||||||
<preferences profiles="LiveInstall" arch="x86_64">
|
<preferences profiles="LiveInstall" arch="x86_64">
|
||||||
<type image="iso"
|
<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"
|
primary="true" flags="dmsquash" mediacheck="false"
|
||||||
firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb"
|
firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb"
|
||||||
>
|
>
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
</preferences>
|
</preferences>
|
||||||
<preferences profiles="LiveInstall" arch="aarch64">
|
<preferences profiles="LiveInstall" arch="aarch64">
|
||||||
<type image="iso"
|
<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"
|
primary="true" flags="dmsquash" mediacheck="false"
|
||||||
firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb"
|
firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb"
|
||||||
>
|
>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</preferences>
|
</preferences>
|
||||||
<preferences profiles="LiveInstall" arch="ppc64le">
|
<preferences profiles="LiveInstall" arch="ppc64le">
|
||||||
<type image="iso"
|
<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"
|
primary="true" flags="dmsquash" mediacheck="false"
|
||||||
firmware="ofw" kernelcmdline="quiet rhgb"
|
firmware="ofw" kernelcmdline="quiet rhgb"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user