From: Aaron Klingaman Date: Wed, 1 Dec 2004 23:59:21 +0000 (+0000) Subject: need to load the floppy module X-Git-Tag: bootcd_3-0_beta1~29 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=ae630dd9386c6c20bc5a009c68e9b0008d76837d need to load the floppy module --- diff --git a/conf_files/pl_hwinit b/conf_files/pl_hwinit index 33aed4e..7b05290 100755 --- a/conf_files/pl_hwinit +++ b/conf_files/pl_hwinit @@ -40,3 +40,5 @@ done echo "pl_hwinit: loading sd_mod" /sbin/modprobe sd_mod +echo "pl_hwinit: loading floppy device driver" +/sbin/modprobe floppy