diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index 10fe0714..e1f2df51 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -110,7 +110,6 @@ move usr/${libdir}/anaconda/loader sbin move usr/share/anaconda/loader.tr etc move usr/libexec/anaconda/auditd sbin - ## TODO: prune this list - a lot of these are deprecated/gone module =drm =net =scsi ## storage @@ -137,3 +136,12 @@ module virtio_pci %if basearch == "s390x": module dasd_eckd_mod dasd_fba_mod dasd_diag_mod %endif + +## move_modules() +move lib/modules modules +move lib/firmware firmware +symlink ../modules lib/modules +symlink ../firmware lib/firmware + +## no compress_modules (runtime's already compressed) +## TODO: run_depmod()