summaryrefslogtreecommitdiffstats
path: root/tests/syslinux
diff options
context:
space:
mode:
Diffstat (limited to 'tests/syslinux')
-rw-r--r--tests/syslinux6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/syslinux b/tests/syslinux
new file mode 100644
index 0000000..268eece
--- /dev/null
+++ b/tests/syslinux
@@ -0,0 +1,6 @@
+ 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