From: Daniel Hokka Zakrisson Date: Wed, 28 Nov 2007 23:17:51 +0000 (+0000) Subject: isolinux.bin needs to be writable. X-Git-Tag: bootcd-3.4-2~14 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5e2db85e9407aae9f839440ecbef4e7b34494762;p=bootcd.git isolinux.bin needs to be writable. --- diff --git a/build.sh b/build.sh index ff4dcfb..fab1e37 100755 --- a/build.sh +++ b/build.sh @@ -155,9 +155,10 @@ trap "do_cleanup" ERR INT EXIT BUILDTMP=$(mktemp -d ${BUILDTMP}/bootcd.XXXXXX) push_cleanup rm -fr "${BUILDTMP}" mkdir "${BUILDTMP}/isofs" -for i in "$isofs"/{bootcd.img,kernel,isolinux.bin}; do +for i in "$isofs"/{bootcd.img,kernel}; do ln -s "$i" "${BUILDTMP}/isofs" done +cp "$isofs/isolinux.bin" "${BUILDTMP}/isofs" isofs="${BUILDTMP}/isofs" # Root of the ISO and USB images