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