Update RHELinit.sh

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

View file

@ -67,7 +67,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 valid loop device.
loopDevice=$(echo $(losetup -f))