From 5e2db85e9407aae9f839440ecbef4e7b34494762 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Wed, 28 Nov 2007 23:17:51 +0000 Subject: [PATCH] isolinux.bin needs to be writable. --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.43.0