lorax-templates-qubes: use qubes kernel during installation
Don't try to install kernel-modules-extra, which force Fedora's kernel. Qubes kernel package is not split into several packages. Also, don't install gfs2-utils (not needed in Qubes case) which is said to pull kernel-debuginfo package. Fixes QubesOS/qubes-issues#3784
This commit is contained in:
parent
8ed5c0ae4c
commit
116bbc6a34
@ -14,9 +14,7 @@ installpkg rpm-ostree
|
||||
installpkg pigz
|
||||
|
||||
## kernel and firmware
|
||||
## NOTE: Without explicitly including kernel-modules-extra dnf will choose kernel-debuginfo-*
|
||||
## to satify a gfs2-utils kmod requirement
|
||||
installpkg kernel kernel-modules kernel-modules-extra
|
||||
installpkg kernel
|
||||
installpkg grubby
|
||||
%if basearch != "s390x":
|
||||
installpkg linux-firmware
|
||||
@ -81,7 +79,7 @@ installpkg nm-connection-editor
|
||||
installpkg librsvg2
|
||||
|
||||
## filesystem tools
|
||||
installpkg btrfs-progs jfsutils xfsprogs reiserfs-utils gfs2-utils ntfs-3g ntfsprogs
|
||||
installpkg btrfs-progs jfsutils xfsprogs reiserfs-utils ntfs-3g ntfsprogs
|
||||
installpkg system-storage-manager
|
||||
installpkg device-mapper-persistent-data
|
||||
installpkg xfsdump
|
||||
|
Loading…
Reference in New Issue
Block a user