summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux/fetch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/syslinux/fetch.sh')
-rwxr-xr-xcontrib/syslinux/fetch.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/syslinux/fetch.sh b/contrib/syslinux/fetch.sh
new file mode 100755
index 0000000..efd525d
--- /dev/null
+++ b/contrib/syslinux/fetch.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+ROOT_DIR=$(readlink -f $(dirname $(readlink -f $0)))
+
+
+cd $ROOT_DIR
+
+wget http://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/syslinux-4.04-pre22.tar.bz2
+tar xjfv syslinux*.tar.bz2
+rm *.tar.bz2
+
+cd -