From dceb0d9b67a1728b7ba575cdf01a0fcaec19a28a Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Sun, 5 Oct 2014 09:14:24 +0100 Subject: [PATCH] Fix typos --- Makefile | 2 +- tools/boot/jessie/boot-arm64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b0b1dadc..af34f800 100755 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ ifndef TASK TASK=Debian-generic endif ifndef MKISOFS -ifneq (,$(filter i386 amd64 amd64,$(ARCHES))) +ifneq (,$(filter i386 amd64 arm64,$(ARCHES))) export MKISOFS=xorriso export MKISOFS_OPTS=-as mkisofs -r -checksum_algorithm_iso md5,sha1 else diff --git a/tools/boot/jessie/boot-arm64 b/tools/boot/jessie/boot-arm64 index d3cbc4e4..ab1f820b 100755 --- a/tools/boot/jessie/boot-arm64 +++ b/tools/boot/jessie/boot-arm64 @@ -2,7 +2,7 @@ # Based on boot-x86 # -# Do install stuff for xarm64, including making bootable CDs +# Do install stuff for arm64, including making bootable CDs # Works with debian-installer # # $1 is the CD number