fixup: add module stuff to runtime-postinstall
This commit is contained in:
parent
905e05159d
commit
fa80e95ed4
@ -110,7 +110,6 @@ move usr/${libdir}/anaconda/loader sbin
|
|||||||
move usr/share/anaconda/loader.tr etc
|
move usr/share/anaconda/loader.tr etc
|
||||||
move usr/libexec/anaconda/auditd sbin
|
move usr/libexec/anaconda/auditd sbin
|
||||||
|
|
||||||
|
|
||||||
## TODO: prune this list - a lot of these are deprecated/gone
|
## TODO: prune this list - a lot of these are deprecated/gone
|
||||||
module =drm =net =scsi
|
module =drm =net =scsi
|
||||||
## storage
|
## storage
|
||||||
@ -137,3 +136,12 @@ module virtio_pci
|
|||||||
%if basearch == "s390x":
|
%if basearch == "s390x":
|
||||||
module dasd_eckd_mod dasd_fba_mod dasd_diag_mod
|
module dasd_eckd_mod dasd_fba_mod dasd_diag_mod
|
||||||
%endif
|
%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()
|
||||||
|
Loading…
Reference in New Issue
Block a user