diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2009-11-19 03:37:29 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2009-11-19 03:37:29 -0300 |
commit | ce2242da7eef117f4a9bd628bb7f034d235d3780 (patch) | |
tree | bc5a1262abd3c87ef291268a04b83c9998322c85 | |
parent | bce6a11544d4c5e33d0128e01eb90be8ec233dcd (diff) |
Silent modprobe loop loading in mkarchiso
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-rwxr-xr-x | archiso/mkarchiso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiso/mkarchiso b/archiso/mkarchiso index e71660e..1a7dea7 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -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)) |