aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/mkimg.netboot.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mkimg.netboot.sh b/scripts/mkimg.netboot.sh
index d0ad723fd2..8520fc60dd 100755
--- a/scripts/mkimg.netboot.sh
+++ b/scripts/mkimg.netboot.sh
@@ -2,6 +2,8 @@ create_image_netboot() {
2 rm -rf "${OUTDIR}"/netboot-$RELEASE "${OUTDIR}"/netboot 2 rm -rf "${OUTDIR}"/netboot-$RELEASE "${OUTDIR}"/netboot
3 cp -aL "${DESTDIR}"/boot "${OUTDIR}"/netboot-$RELEASE 3 cp -aL "${DESTDIR}"/boot "${OUTDIR}"/netboot-$RELEASE
4 ln -s netboot-$RELEASE "${OUTDIR}"/netboot 4 ln -s netboot-$RELEASE "${OUTDIR}"/netboot
5 # let webserver read initramfs
6 chmod a+r "${OUTDIR}"/netboot-$RELEASE/*
5 tar -C "${DESTDIR}" -chzf ${OUTDIR}/${output_filename} boot/ 7 tar -C "${DESTDIR}" -chzf ${OUTDIR}/${output_filename} boot/
6} 8}
7 9