Fix typos

This commit is contained in:
Steve McIntyre 2014-10-05 09:14:24 +01:00
parent dc873f6374
commit dceb0d9b67
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ ifndef TASK
TASK=Debian-generic TASK=Debian-generic
endif endif
ifndef MKISOFS ifndef MKISOFS
ifneq (,$(filter i386 amd64 amd64,$(ARCHES))) ifneq (,$(filter i386 amd64 arm64,$(ARCHES)))
export MKISOFS=xorriso export MKISOFS=xorriso
export MKISOFS_OPTS=-as mkisofs -r -checksum_algorithm_iso md5,sha1 export MKISOFS_OPTS=-as mkisofs -r -checksum_algorithm_iso md5,sha1
else else

View File

@ -2,7 +2,7 @@
# Based on boot-x86 # 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 # Works with debian-installer
# #
# $1 is the CD number # $1 is the CD number