From 17d3e63c8545b011768b200a0d088c1db121b495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 2 Aug 2017 14:58:50 +0200 Subject: [PATCH 01/18] Initial commit for the Host module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- host.yaml | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 host.yaml diff --git a/host.yaml b/host.yaml new file mode 100644 index 0000000..f4d1c8f --- /dev/null +++ b/host.yaml @@ -0,0 +1,87 @@ +document: modulemd +version: 1 +data: + summary: The hardware enablement module + description: >- + This module provides hardware enablement features and is necessary + to boot a modular system on bare metal or virtual hardware. + license: + module: [ MIT ] + dependencies: + buildrequires: + bootstrap: master + shim: master + requires: + platform: master + shim: master + references: + community: https://fedoraproject.org/wiki/Host_and_Platform + documentation: https://github.com/fedora-modularity/hp + tracker: https://github.com/fedora-modularity/hp/issues + components: + rpms: + # efibootmgr-15-1.fc27 + efibootmgr: + rationale: >- + Autogenerated by Host & Platform tooling. + ref: 5070dfa0d2504f4299bfc5c2e5e8c390cd0d3235 + # efivar-31-1.fc27 + efivar: + rationale: >- + Autogenerated by Host & Platform tooling. + ref: 9af50adeeb29e1b72dbade00cbda990a3a37454d + # fbset-2.1-41.fc27 + fbset: + rationale: >- + Autogenerated by Host & Platform tooling. + ref: e086d17001901320260df464954bc8aa3a4ae05e + # grub2-2.02-0.38.fc26 + grub2: + rationale: >- + Autogenerated by Host & Platform tooling. + ref: 819251656a468b2f06137bc98b4487af8e2af6f0 + # kernel-4.13.0-0.rc1.git1.1.fc27 + kernel: + rationale: >- + Autogenerated by Host & Platform tooling. + ref: 2612fb897bea224d4ed98b86c0b8b7c4ad99e7fb + # linux-firmware-20170622-75.gita3a26af2.fc27 + linux-firmware: + rationale: >- + Autogenerated by Host & Platform tooling. + ref: 9aa2671a4f14ddf1713bca14f25a942435613be6 + # mactel-boot-0.9-14.fc26 + mactel-boot: + rationale: >- + Autogenerated by Host & Platform tooling. + ref: 129a7f0b78d99f20df2b52d72dc24b6a87e7f82e + # memtest86+-5.01-16.fc26 + memtest86+: + rationale: >- + Autogenerated by Host & Platform tooling. + ref: dcb748b13e9e02d8c1be26274b138a6c56ce309b + # ppc64-utils-0.14-22.fc26 + ppc64-utils: + rationale: >- + Autogenerated by Host & Platform tooling. + ref: 46d3f9b89571ad915864a86ff96d48a47ec65e8c + # s390utils-1.37.1-1.fc27 + s390utils: + rationale: >- + Autogenerated by Host & Platform tooling. + ref: c05343e78495d2a0638210a3a06ca4d5b4eee9e6 + # shim-signed-0.8-10 + shim-signed: + rationale: >- + Provides the signed binaries. + ref: private-psabata-base-runtime-f26 + # syslinux-6.04-0.3.fc27 + syslinux: + rationale: >- + Autogenerated by Host & Platform tooling. + ref: 6897da314f594d9fca041c06b0c6cd3586ccaf24 + # uboot-tools-2017.07-1.fc27 + uboot-tools: + rationale: >- + Autogenerated by Host & Platform tooling. + ref: c438fd0fb03c54ef2603df9dc3570c57bb324c62 From af176210ca768b2c5443a2a2f20d89facdfeb2d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 4 Aug 2017 12:51:30 +0200 Subject: [PATCH 02/18] Add a Makefile to simplify module updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7cc765c --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +SOURCE = https://raw.githubusercontent.com/fedora-modularity/baseruntime-package-lists/master/data/Fedora/devel/hp +MODULE = $(shell pwd | sed 's/^.*\///') + +update: + curl $(SOURCE)/$(MODULE).yaml -o $(MODULE).yaml From 4e184a1330b3fb6cf9a2ab3ea62b222ae2371059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Mon, 14 Aug 2017 18:41:44 +0200 Subject: [PATCH 03/18] Adding powerpc-utils, required by ppc64-utils MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- host.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/host.yaml b/host.yaml index f4d1c8f..040332f 100644 --- a/host.yaml +++ b/host.yaml @@ -60,10 +60,15 @@ data: rationale: >- Autogenerated by Host & Platform tooling. ref: dcb748b13e9e02d8c1be26274b138a6c56ce309b + # powerpc-utils-1.3.3-1.fc27 + powerpc-utils: + rationale: >- + Utilities for PowerPC platforms. + ref: 69110066d7dfcca05db3ef30db98bd918f3b14a2 # ppc64-utils-0.14-22.fc26 ppc64-utils: rationale: >- - Autogenerated by Host & Platform tooling. + Utilities for PPC64 platforms. ref: 46d3f9b89571ad915864a86ff96d48a47ec65e8c # s390utils-1.37.1-1.fc27 s390utils: From bf3f81584cb96ab18b89af6dd40a3f995f2e264c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 17 Aug 2017 09:35:27 +0200 Subject: [PATCH 04/18] Dropping s390utils, powerpc-utils and ppc64-utils MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To drop the perl runtime dependency. This is temporary; chances are the packages will live elsewhere. Signed-off-by: Petr Šabata --- host.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/host.yaml b/host.yaml index 040332f..439999e 100644 --- a/host.yaml +++ b/host.yaml @@ -60,21 +60,6 @@ data: rationale: >- Autogenerated by Host & Platform tooling. ref: dcb748b13e9e02d8c1be26274b138a6c56ce309b - # powerpc-utils-1.3.3-1.fc27 - powerpc-utils: - rationale: >- - Utilities for PowerPC platforms. - ref: 69110066d7dfcca05db3ef30db98bd918f3b14a2 - # ppc64-utils-0.14-22.fc26 - ppc64-utils: - rationale: >- - Utilities for PPC64 platforms. - ref: 46d3f9b89571ad915864a86ff96d48a47ec65e8c - # s390utils-1.37.1-1.fc27 - s390utils: - rationale: >- - Autogenerated by Host & Platform tooling. - ref: c05343e78495d2a0638210a3a06ca4d5b4eee9e6 # shim-signed-0.8-10 shim-signed: rationale: >- From c133eccbda3a69a06ff344010cb9403333dd6685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 22 Aug 2017 16:09:26 +0200 Subject: [PATCH 05/18] Updating kernel to fix the FTBFS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- host.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host.yaml b/host.yaml index 439999e..5311937 100644 --- a/host.yaml +++ b/host.yaml @@ -40,11 +40,11 @@ data: rationale: >- Autogenerated by Host & Platform tooling. ref: 819251656a468b2f06137bc98b4487af8e2af6f0 - # kernel-4.13.0-0.rc1.git1.1.fc27 + # kernel-4.13.0-0.rc6.git0.1.fc28 kernel: rationale: >- Autogenerated by Host & Platform tooling. - ref: 2612fb897bea224d4ed98b86c0b8b7c4ad99e7fb + ref: 604223eb149b39860d6f174d5c6a87c3cc4e67c4 # linux-firmware-20170622-75.gita3a26af2.fc27 linux-firmware: rationale: >- From 7bc30669880334860cacebe71d3be6dd01eb3727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 29 Aug 2017 14:52:05 -0400 Subject: [PATCH 06/18] Rebasing to the latest HP data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- host.yaml | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/host.yaml b/host.yaml index 5311937..1e1fda0 100644 --- a/host.yaml +++ b/host.yaml @@ -20,41 +20,46 @@ data: tracker: https://github.com/fedora-modularity/hp/issues components: rpms: - # efibootmgr-15-1.fc27 + # efibootmgr-15-3.fc27 efibootmgr: rationale: >- Autogenerated by Host & Platform tooling. - ref: 5070dfa0d2504f4299bfc5c2e5e8c390cd0d3235 - # efivar-31-1.fc27 + ref: 025509774d714cc7b3b5d860ebf237af83604c64 + # efivar-31-3.fc27 efivar: rationale: >- Autogenerated by Host & Platform tooling. - ref: 9af50adeeb29e1b72dbade00cbda990a3a37454d - # fbset-2.1-41.fc27 + ref: 1a1c5ff0deb39f4166d710a959d633901e7636bf + # fbset-2.1-43.fc27 fbset: rationale: >- Autogenerated by Host & Platform tooling. - ref: e086d17001901320260df464954bc8aa3a4ae05e - # grub2-2.02-0.38.fc26 + ref: c10269f57f040733b3702d35b9076ef247b9058a + # grub2-2.02-14.fc27 grub2: rationale: >- Autogenerated by Host & Platform tooling. - ref: 819251656a468b2f06137bc98b4487af8e2af6f0 - # kernel-4.13.0-0.rc6.git0.1.fc28 + ref: 7849a868f20a33531447aea078203f7d1b7be36b + # kernel-4.13.0-0.rc6.git4.1.fc28 kernel: rationale: >- Autogenerated by Host & Platform tooling. - ref: 604223eb149b39860d6f174d5c6a87c3cc4e67c4 + ref: e66a6eb47149b9dd7d8ff139742d8463ec54910f + # kexec-tools-2.0.15-12.fc28 + kexec-tools: + rationale: >- + Provides the kexec utility for booting kernels. + ref: c8ab07e72b9c805d834799bf7be6b0a7397b1f58 # linux-firmware-20170622-75.gita3a26af2.fc27 linux-firmware: rationale: >- Autogenerated by Host & Platform tooling. ref: 9aa2671a4f14ddf1713bca14f25a942435613be6 - # mactel-boot-0.9-14.fc26 + # mactel-boot-0.9-16.fc27 mactel-boot: rationale: >- Autogenerated by Host & Platform tooling. - ref: 129a7f0b78d99f20df2b52d72dc24b6a87e7f82e + ref: f8ed1b576233d3808fd44373d13c76749c1c159f # memtest86+-5.01-16.fc26 memtest86+: rationale: >- @@ -65,13 +70,13 @@ data: rationale: >- Provides the signed binaries. ref: private-psabata-base-runtime-f26 - # syslinux-6.04-0.3.fc27 + # syslinux-6.04-0.5.fc27 syslinux: rationale: >- Autogenerated by Host & Platform tooling. - ref: 6897da314f594d9fca041c06b0c6cd3586ccaf24 - # uboot-tools-2017.07-1.fc27 + ref: f3950ae7d3a2f6b23cf1aa958e2268739f7e0cd8 + # uboot-tools-2017.09-0.4.rc2.fc28 uboot-tools: rationale: >- Autogenerated by Host & Platform tooling. - ref: c438fd0fb03c54ef2603df9dc3570c57bb324c62 + ref: 3ef111bdbb02704f4e60322dfabd1e12dd4e409e From 9e1eefc5e99c98eec545b8fe2b9984027a716170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 30 Aug 2017 16:01:08 -0400 Subject: [PATCH 07/18] Updating grub2 to fix its modularity-related FTBFS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- host.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host.yaml b/host.yaml index 1e1fda0..ad88f3c 100644 --- a/host.yaml +++ b/host.yaml @@ -35,11 +35,11 @@ data: rationale: >- Autogenerated by Host & Platform tooling. ref: c10269f57f040733b3702d35b9076ef247b9058a - # grub2-2.02-14.fc27 + # grub2-2.02-15.fc28 grub2: rationale: >- Autogenerated by Host & Platform tooling. - ref: 7849a868f20a33531447aea078203f7d1b7be36b + ref: e576c737b27c01d9f68fc122a1833ac23cd56f28 # kernel-4.13.0-0.rc6.git4.1.fc28 kernel: rationale: >- From c411d647a9c2b6dfcc6e5acf34d9f97380c9978d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 12 Sep 2017 17:11:09 +0200 Subject: [PATCH 08/18] Attempt to build the new shim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- host.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.yaml b/host.yaml index ad88f3c..53f7ca0 100644 --- a/host.yaml +++ b/host.yaml @@ -69,7 +69,7 @@ data: shim-signed: rationale: >- Provides the signed binaries. - ref: private-psabata-base-runtime-f26 + ref: '13-modularity' # syslinux-6.04-0.5.fc27 syslinux: rationale: >- From 9c400d920ef8149d4b5cf04ad1ed3cc17e068b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 12 Sep 2017 18:06:52 +0200 Subject: [PATCH 09/18] Bumping for a shim-signed rebuild MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata From 35ad416e2e2a37b336478ab5c6acafcde73156ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 12 Sep 2017 20:22:02 +0200 Subject: [PATCH 10/18] Bumping for shim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata From 239284ee19aa531518f9d0f755c374bfba59a1b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 12 Sep 2017 21:21:29 +0200 Subject: [PATCH 11/18] Temporarily dropping memtest86+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's FTBFS and we need a build of host to test shim. Signed-off-by: Petr Šabata --- host.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/host.yaml b/host.yaml index 53f7ca0..69a4a88 100644 --- a/host.yaml +++ b/host.yaml @@ -60,11 +60,6 @@ data: rationale: >- Autogenerated by Host & Platform tooling. ref: f8ed1b576233d3808fd44373d13c76749c1c159f - # memtest86+-5.01-16.fc26 - memtest86+: - rationale: >- - Autogenerated by Host & Platform tooling. - ref: dcb748b13e9e02d8c1be26274b138a6c56ce309b # shim-signed-0.8-10 shim-signed: rationale: >- From 6e065c753a51e5268a8a5d34ca7a9808785471bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 13 Sep 2017 17:03:00 +0200 Subject: [PATCH 12/18] Let's try building the Fedora shim without any changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a short term solution. We use shim blobs from bootstrap:master directly and we don't rebuild anything. We cannot provide the signed binaries because they're only available in shim-0.8, which cannot be rebuilt anymore and even if it could, we couldn't sign it anyway. In the long term 0.8 shouldn't be needed and shim:master should provide the signed modern blobs. Fedora 27 only. Signed-off-by: Petr Šabata --- host.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/host.yaml b/host.yaml index 69a4a88..d90d2ac 100644 --- a/host.yaml +++ b/host.yaml @@ -10,10 +10,8 @@ data: dependencies: buildrequires: bootstrap: master - shim: master requires: platform: master - shim: master references: community: https://fedoraproject.org/wiki/Host_and_Platform documentation: https://github.com/fedora-modularity/hp @@ -60,11 +58,11 @@ data: rationale: >- Autogenerated by Host & Platform tooling. ref: f8ed1b576233d3808fd44373d13c76749c1c159f - # shim-signed-0.8-10 + # shim-signed-13-0.5 shim-signed: rationale: >- Provides the signed binaries. - ref: '13-modularity' + ref: db207c6fdcdc01b40859a05922654210069fa40e # syslinux-6.04-0.5.fc27 syslinux: rationale: >- From dbba73d104af2bca4ac20f5407c4fa6816d35463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Mon, 18 Sep 2017 10:47:19 +0200 Subject: [PATCH 13/18] Fake-rebuild to work around MBS issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- host.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/host.yaml b/host.yaml index d90d2ac..237564a 100644 --- a/host.yaml +++ b/host.yaml @@ -61,7 +61,9 @@ data: # shim-signed-13-0.5 shim-signed: rationale: >- - Provides the signed binaries. + Provides the signed aarch64 binaries; provides the + signed i686 binaries; provides the + signed x86_64 binaries. ref: db207c6fdcdc01b40859a05922654210069fa40e # syslinux-6.04-0.5.fc27 syslinux: From fd306f0d09e8d655ab04a74ccca6147b4714849f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 20 Sep 2017 18:11:07 +0200 Subject: [PATCH 14/18] Adding b43-openfwwf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- host.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/host.yaml b/host.yaml index 237564a..9e5bf5e 100644 --- a/host.yaml +++ b/host.yaml @@ -18,6 +18,11 @@ data: tracker: https://github.com/fedora-modularity/hp/issues components: rpms: + # b43-openfwwf-5.2-16.fc27 + b43-openfwwf: + rationale: >- + Open firmware for some B43xx chipsets. + ref: 834ebfe18ddfd8364c292554d2a8ef1d947a0015 # efibootmgr-15-3.fc27 efibootmgr: rationale: >- From 89d014d0f04a4f70d8138b35615d71f15ba8f3ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Mon, 16 Oct 2017 13:43:07 +0200 Subject: [PATCH 15/18] Update the update script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cc765c..5cfaa3f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ SOURCE = https://raw.githubusercontent.com/fedora-modularity/baseruntime-package-lists/master/data/Fedora/devel/hp MODULE = $(shell pwd | sed 's/^.*\///') +BRANCH = $(shell git rev-parse --abbrev-ref HEAD | sed -e 's/^/./' -e 's/^\.master$$//') update: - curl $(SOURCE)/$(MODULE).yaml -o $(MODULE).yaml + curl $(SOURCE)/$(MODULE)$(BRANCH).yaml -o $(MODULE).yaml From 6df253bb3c53e84706c01b8ab2d5cac24f0b6d45 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 24 Oct 2017 09:30:34 -0400 Subject: [PATCH 16/18] Add plymouth for graphical boot Signed-off-by: Stephen Gallagher --- host.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/host.yaml b/host.yaml index 9e5bf5e..280d67a 100644 --- a/host.yaml +++ b/host.yaml @@ -63,6 +63,11 @@ data: rationale: >- Autogenerated by Host & Platform tooling. ref: f8ed1b576233d3808fd44373d13c76749c1c159f + # plymouth-0.9.3-0.9.20160620git0e65b86c.fc27 + plymouth: + rationale: >- + Autogenerated by Host & Platform tooling. + ref: f64caafdc8a3443d1daa7988295408b44afb0637 # shim-signed-13-0.5 shim-signed: rationale: >- From fccaf5c13b6c696c650c281eeba30dec9df3829d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Mon, 6 Nov 2017 21:33:01 +0100 Subject: [PATCH 17/18] Updating shim for rhbz#1508545 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- host.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host.yaml b/host.yaml index 280d67a..f417ba0 100644 --- a/host.yaml +++ b/host.yaml @@ -68,13 +68,13 @@ data: rationale: >- Autogenerated by Host & Platform tooling. ref: f64caafdc8a3443d1daa7988295408b44afb0637 - # shim-signed-13-0.5 + # shim-signed-13-0.7 shim-signed: rationale: >- Provides the signed aarch64 binaries; provides the signed i686 binaries; provides the signed x86_64 binaries. - ref: db207c6fdcdc01b40859a05922654210069fa40e + ref: 0154c48a8f2bb60104a359a9ef08f8e5b0ba8c68 # syslinux-6.04-0.5.fc27 syslinux: rationale: >- From fbc7361313d0490b5d63a82c621611538c7869c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 7 Nov 2017 18:24:22 +0100 Subject: [PATCH 18/18] Adding extlinux-bootloader to Host, rhbz#1510553 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- host.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/host.yaml b/host.yaml index f417ba0..8c50a31 100644 --- a/host.yaml +++ b/host.yaml @@ -33,6 +33,11 @@ data: rationale: >- Autogenerated by Host & Platform tooling. ref: 1a1c5ff0deb39f4166d710a959d633901e7636bf + # extlinux-bootloader-1.2-3.fc27 + extlinux-bootloader: + rationale: >- + Autogenerated by Host & Platform tooling. + ref: 4f1d6e93c3452ae054c16713d351115e6d94a6ab # fbset-2.1-43.fc27 fbset: rationale: >-