David Cantrell wrote:
Followup to the previous linuxrc.s390 patch. The 'insert_module' commands should have been 'insmod'. --- loader2/linuxrc.s390 | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
Hmm, Are we in the dir where the .ko files live and is $LO set to .ko ? Regards, Hans
diff --git a/loader2/linuxrc.s390 b/loader2/linuxrc.s390 index ec85340..e22d4ac 100644 --- a/loader2/linuxrc.s390 +++ b/loader2/linuxrc.s390 @@ -266,10 +266,10 @@ if [ -r /sys/firmware/ipl/ipl_type ]; then case $do_cd_install in y|Y|[Yy][Ee][Ss]) # set up FCP cdrom here - insert_module qdio$LO - insert_module scsi_mod$LO - insert_module scsi_transport_fc$LO - insert_module zfcp$LO + insmod qdio$LO + insmod scsi_mod$LO + insmod scsi_transport_fc$LO + insmod zfcp$LO CD_DEVICE="`cat /sys/firmware/ipl/device`" WWPN="`cat /sys/firmware/ipl/wwpn`" LUN="`cat /sys/firmware/ipl/lun`"
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list