Fix typos
This commit is contained in:
parent
dc873f6374
commit
dceb0d9b67
2
Makefile
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue