mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #67 from vpeter4/init_warning
init: remove warning when loop node already exist (wetek projects wit…
This commit is contained in:
commit
46e67b787f
@ -650,7 +650,7 @@
|
||||
|
||||
LOOP=$(losetup -f)
|
||||
LOOP_NUM=$(echo $LOOP | sed 's|/dev/loop||')
|
||||
mknod $LOOP b 7 $LOOP_NUM
|
||||
mknod $LOOP b 7 $LOOP_NUM &>/dev/null
|
||||
losetup $LOOP $IMG_FILE
|
||||
|
||||
# check for MBR partititon
|
||||
|
Loading…
x
Reference in New Issue
Block a user