From 7aee7d77320b06b7077bb4e3355250e02c3064e6 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 25 Jun 2014 02:46:55 +0200 Subject: Bump debian_version to 7.5.0 --- Makefile | 2 +- preseed.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8969474..9c8edbd 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC ?= gcc CC += -m$(shell dpkg-architecture -qDEB_HOST_ARCH_BITS $(patsubst %,-a%, ${ARCH})) DEB_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH $(patsubst %,-a%, ${ARCH})) -VERSION = 7.4.0 +VERSION = 7.5.0 IMAGE_TYPE ?= iso ISOIMG = debian-${VERSION}-${DEB_ARCH}-netinst.iso diff --git a/preseed.sh b/preseed.sh index 2bfdf3a..425f08e 100755 --- a/preseed.sh +++ b/preseed.sh @@ -132,9 +132,10 @@ elif [ $type = iso ]; then efi_opts= fi + # /usr/lib/syslinux/mbr/isohdpfx.bin is in 'syslinux-common' xorriso -as mkisofs -r \ -checksum_algorithm_iso all \ - -isohybrid-mbr /usr/lib/syslinux/isohdpfx.bin \ + -isohybrid-mbr /usr/lib/syslinux/mbr/isohdpfx.bin \ -b isolinux/isolinux.bin -c isolinux/boot.cat \ -partition_offset 16 \ -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot $efi_opts \ -- cgit v1.2.3