Skip to content

Commit

Permalink
Remove some unneccessary storage packages from runtime-install
Browse files Browse the repository at this point in the history
Anaconda already depends on following packages:
- filesystem tools: btrfs-progs, ntfs-3g, ntfsprogs, jfsutils,
                    f2fs-tools, xfsprogs, dosfstools, e2fsprogs
- libblockdev-lvm-dbus
- udisks2-iscsi

hostname is no longer needed by dracut for iSCSI, see
dracutdevs/dracut@ebe1821
  • Loading branch information
vojtechtrefny authored and bcl committed Oct 2, 2023
1 parent be26cbe commit 24c889b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions share/templates.d/99-generic/runtime-install.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,10 @@ installpkg tar xz curl bzip2
installpkg systemd-sysv systemd-units
installpkg rsyslog

## filesystem tools
installpkg btrfs-progs jfsutils xfsprogs ntfs-3g ntfsprogs dosfstools e2fsprogs f2fs-tools
installpkg system-storage-manager
## extra storage tools for rescue mode
installpkg device-mapper-persistent-data
installpkg xfsdump

## extra storage packages
# hostname is needed for iscsi to work, see RHBZ#1593917
installpkg udisks2 udisks2-iscsi hostname

## extra libblockdev plugins
installpkg libblockdev-lvm-dbus

## needed for LUKS escrow
installpkg volume_key
installpkg nss-tools
Expand Down

0 comments on commit 24c889b

Please sign in to comment.