[Libosinfo] [osinfo-db PATCH] ubuntu18.04: Fix initrd path for the live desktop image

Fabiano Fidêncio fidencio at redhat.com
Mon Mar 4 09:18:30 UTC 2019


Those are the correct paths for initrd and kernel:
[fidencio at dahmer osinfo-db]$ isoinfo -J -i ~/Downloads/ubuntu-18.04.2-desktop-amd64.iso -f | grep initrd
/casper/initrd
[fidencio at dahmer osinfo-db]$ isoinfo -J -i ~/Downloads/ubuntu-18.04.2-desktop-amd64.iso -f | grep vmlinuz
/casper/vmlinuz

Without those, the unattended installation would fail on Boxes.

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 data/os/ubuntu.com/ubuntu-18.04.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/os/ubuntu.com/ubuntu-18.04.xml.in b/data/os/ubuntu.com/ubuntu-18.04.xml.in
index 0e2c428..5d4b8ca 100644
--- a/data/os/ubuntu.com/ubuntu-18.04.xml.in
+++ b/data/os/ubuntu.com/ubuntu-18.04.xml.in
@@ -45,7 +45,7 @@
         <volume-id>Ubuntu 18.04(.\d\+?)? LTS amd64</volume-id>
       </iso>
       <kernel>casper/vmlinuz</kernel>
-      <initrd>casper/initrd.lz</initrd>
+      <initrd>casper/initrd</initrd>
       <installer>
         <script id='http://ubuntu.com/ubuntu/preseed/desktop'/>
       </installer>
-- 
2.20.1




More information about the Libosinfo mailing list