wget resume after failure
This commit is contained in:
parent
b47ac2bd6a
commit
0193f37946
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ prepare_environment() {
|
|||
mkdir -p "${WORKDIR}/overlayfs_workdir"
|
||||
|
||||
echo "Downloading temporary rootfs..."
|
||||
wget "${ROOTFS}" -O "${WORKDIR}/rootfs.squashfs"
|
||||
wget -c "${ROOTFS}" -O "${WORKDIR}/rootfs.squashfs"
|
||||
}
|
||||
|
||||
mount_new_rootfs() {
|
||||
|
|
Loading…
Reference in a new issue