aboutsummaryrefslogtreecommitdiffstats
path: root/preseed.sh
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 /preseed.sh
parent95af037624e4d78873ab142dd2fe543d2f38b15f (diff)
Bump debian_version to 7.5.0
Diffstat (limited to 'preseed.sh')
-rwxr-xr-xpreseed.sh3
1 files changed, 2 insertions, 1 deletions
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 \