aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2014-06-25 02:46:55 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 04:28:09 +0200
commit7aee7d77320b06b7077bb4e3355250e02c3064e6 (patch)
tree64f5f5854aa14e2a3180a3968a22e3505fbf1254
parent95af037624e4d78873ab142dd2fe543d2f38b15f (diff)
Bump debian_version to 7.5.0
-rw-r--r--Makefile2
-rwxr-xr-xpreseed.sh3
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 \