From 3a90ce96ad4b96c023e5ae2847cf009ef9de2fee Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Mon, 7 Mar 2022 11:23:02 +0100 Subject: [PATCH] make_mirror.sh: use extlinux explicitly instead of syslinux --- make_mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_mirror.sh b/make_mirror.sh index 3c5052e..0e1c15b 100755 --- a/make_mirror.sh +++ b/make_mirror.sh @@ -638,7 +638,7 @@ END copy-in "$tmpdir/mini-httpd" /etc/default : \ copy-in "$tmpdir/hosts" /etc/ : \ touch /mmdebstrap-testenv : \ - upload /usr/lib/SYSLINUX/mbr.bin /mbr.bin : \ + upload /usr/lib/EXTLINUX/mbr.bin /mbr.bin : \ copy-file-to-device /mbr.bin /dev/sda size:440 : \ rm /mbr.bin : \ extlinux / : \