From bb42104847758bb682182071652510ba3dc096ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Vorbach?= Date: Thu, 11 Dec 2014 10:13:38 +0100 Subject: [PATCH] Updated package to syslinux --- makeiso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeiso.sh b/makeiso.sh index eeec5245..3b00f08b 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -25,7 +25,7 @@ fuECHO () { # Let's install all the packages we need fuECHO "### Installing packages." apt-get update -y -apt-get install genisoimage isolinux -y +apt-get install genisoimage syslinux -y # Let's get Ubuntu 14.04.1 as .iso fuECHO "### Downloading Ubuntu 14.04.1."