Silent modprobe loop loading in mkarchiso
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
bce6a11544
commit
ce2242da7e
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ command_iso () {
|
||||||
command_usb () {
|
command_usb () {
|
||||||
_imgcommon
|
_imgcommon
|
||||||
|
|
||||||
modprobe -q loop
|
modprobe -q loop > /dev/null 2>&1
|
||||||
|
|
||||||
# Calculate cylinder size in bytes
|
# Calculate cylinder size in bytes
|
||||||
CYL_SIZE=$((255*63*512))
|
CYL_SIZE=$((255*63*512))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue