mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 13:44:50 +08:00
Update ubuntuInit.sh
This commit is contained in:
parent
814c148133
commit
cf710d280b
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ apk update
|
|||
apk add hdparm multipath-tools util-linux wget xz
|
||||
|
||||
# Start dd.
|
||||
wget --no-check-certificate --report-speed=bits --tries=0 --timeout=1 --wait=1 -O- "$DDURL" | $DEC_CMD | dd of="$IncDisk" status=progress
|
||||
wget --no-check-certificate --report-speed=bits --tries=0 --timeout=10 --wait=5 -O- "$DDURL" | $DEC_CMD | dd of="$IncDisk" status=progress
|
||||
|
||||
# Get a valid loop device.
|
||||
loopDevice=$(echo $(losetup -f))
|
||||
|
|
Loading…
Reference in a new issue