Silent modprobe loop loading in mkarchiso

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2009-11-19 03:37:29 -03:00
parent bce6a11544
commit ce2242da7e

View File

@ -262,7 +262,7 @@ command_iso () {
command_usb () {
_imgcommon
modprobe -q loop
modprobe -q loop > /dev/null 2>&1
# Calculate cylinder size in bytes
CYL_SIZE=$((255*63*512))