forked from josch/mmdebstrap
make_mirror.sh: use extlinux explicitly instead of syslinux
This commit is contained in:
parent
01bbdb9d2c
commit
3a90ce96ad
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ END
|
||||||
copy-in "$tmpdir/mini-httpd" /etc/default : \
|
copy-in "$tmpdir/mini-httpd" /etc/default : \
|
||||||
copy-in "$tmpdir/hosts" /etc/ : \
|
copy-in "$tmpdir/hosts" /etc/ : \
|
||||||
touch /mmdebstrap-testenv : \
|
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 : \
|
copy-file-to-device /mbr.bin /dev/sda size:440 : \
|
||||||
rm /mbr.bin : \
|
rm /mbr.bin : \
|
||||||
extlinux / : \
|
extlinux / : \
|
||||||
|
|
Loading…
Reference in a new issue