runtime-install: install dosfstools to fix UEFI install
This is followingd0ce83327c
from upstream, but trimmed down to just dosfstools as EL seems very tight about which packages to include. We can add any of the others that should be included, if anyone knows which those should be. The relevant udisks2 change is92fceb0c5d
- we can no longer rely on any package that udisks2 previously Required to be in the installer environment. Signed-off-by: Adam Williamson <awilliam@redhat.com> Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
f25a4db8c6
commit
872e5066d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@ clog
|
||||
/lorax-templates-rhel-10.0-36.tar.gz
|
||||
/lorax-templates-rhel-10.0-37.tar.gz
|
||||
/lorax-templates-rhel-10.0-38.tar.gz
|
||||
/lorax-templates-rhel-10.0-39.tar.gz
|
||||
|
@ -107,7 +107,7 @@ installpkg systemd-sysv systemd-units
|
||||
installpkg rsyslog
|
||||
|
||||
## filesystem tools
|
||||
installpkg xfsprogs
|
||||
installpkg xfsprogs dosfstools
|
||||
installpkg device-mapper-persistent-data
|
||||
installpkg xfsdump
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: lorax-templates-rhel
|
||||
Version: 10.0
|
||||
Release: 38%{?dist}
|
||||
Release: 39%{?dist}
|
||||
Summary: RHEL build templates for lorax and livemedia-creator
|
||||
|
||||
License: GPLv2+
|
||||
@ -10,7 +10,7 @@ BuildArch: noarch
|
||||
# This tarball is generated from the contents of this dist-git repository
|
||||
# by running the command `make tar`.
|
||||
# See README for full details of how to update this package
|
||||
Source0: lorax-templates-rhel-10.0-38.tar.gz
|
||||
Source0: lorax-templates-rhel-10.0-39.tar.gz
|
||||
|
||||
# Required for the template branding support
|
||||
Requires: lorax >= 34.9.1
|
||||
@ -40,6 +40,9 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
||||
%{templatedir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Sep 08 2023 Adam Williamson <awilliam@redhat.com> - 10.0-39
|
||||
- runtime-install: install dosfstools to fix UEFI install
|
||||
|
||||
* Wed Aug 16 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 10.0-38
|
||||
- Drop packages not in RHEL
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-templates-rhel-10.0-38.tar.gz) = af532fda9075e16055f44e7ea54595bc0ef7cc6c15a5d38ad69ebf746a3827799d4e86b7f3c68ec04ca57f0c43008193b87b164c49c08fd849227c71220eb3b7
|
||||
SHA512 (lorax-templates-rhel-10.0-39.tar.gz) = c58cd9436a6d128eb324d5f71f49ab61113016df29b402ac057fa67f87ae3947dd63bd9af13fc79dd63898854a53120ae5300ba9844e63bf7ac02c1a5eaebbc8
|
||||
|
Loading…
Reference in New Issue
Block a user