From 4b7a52dcde466c2a657a304504a3e3d4bf64c59a Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Wed, 20 Apr 2011 15:48:58 +0200 Subject: autofetch syslinux --- contrib/syslinux/fetch.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 contrib/syslinux/fetch.sh (limited to 'contrib') 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 - -- cgit v1.2.3-55-g7522