Update ubuntuInit.sh

This commit is contained in:
Molly Lau 2023-10-01 23:46:31 +09:00 committed by GitHub
parent 814c148133
commit cf710d280b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ apk update
apk add hdparm multipath-tools util-linux wget xz apk add hdparm multipath-tools util-linux wget xz
# Start dd. # 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. # Get a valid loop device.
loopDevice=$(echo $(losetup -f)) loopDevice=$(echo $(losetup -f))