mirror of
https://github.com/ipxe/ipxe
synced 2025-12-09 20:09:53 +03:00
[build] Ensure that isolinux.bin is modifiable
The -boot-info-table option to mkisofs will cause it to overwrite a portion of the local copy of isolinux.bin. Ensure that this file is writable. Originally-implemented-by: Nikolai Lifanov <lifanov@mail.lifanov.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -106,7 +106,7 @@ copy_syslinux_file() {
|
|||||||
/usr/lib/ISOLINUX \
|
/usr/lib/ISOLINUX \
|
||||||
; do
|
; do
|
||||||
if [ -e "${SRCDIR}/${FILENAME}" ] ; then
|
if [ -e "${SRCDIR}/${FILENAME}" ] ; then
|
||||||
cp "${SRCDIR}/${FILENAME}" "${DESTDIR}/"
|
install -m 644 "${SRCDIR}/${FILENAME}" "${DESTDIR}/"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user