summaryrefslogtreecommitdiffstats
path: root/tests/syslinux
diff options
context:
space:
mode:
Diffstat (limited to 'tests/syslinux')
-rw-r--r--tests/syslinux6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/syslinux b/tests/syslinux
deleted file mode 100644
index 268eece..0000000
--- a/tests/syslinux
+++ /dev/null
@@ -1,6 +0,0 @@
- apk_add $@ dosfstools
- dd if=/dev/zero bs=1024 count=1440 of=tmp.img
- mkfs.vfat tmp.img
- syslinux tmp.img
- apk_del $@ dosfstools
- rm -f tmp.img