On Sat, Nov 08, 2008 at 08:29:20PM +0100, Hans de Goede wrote: > > > 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 ? We are not in the directory where the .ko files live, but insmod doesn't seem to care on lines 141, 142, 483-486, 492-494, 500-502, 511-516, 586, or 587. LO is set to .ko, see line 252. > > 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 -- David Cantrell <dcantrell@xxxxxxxxxx> Red Hat / Honolulu, HI
Attachment:
pgpZ7Mg4wf2pw.pgp
Description: PGP signature
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list