mkisofs deprecated, change to genisoimage

This commit is contained in:
t3chn0m4g3 2014-12-11 09:58:54 +01:00
parent fe749e9cf8
commit cf48071132

View file

@ -25,7 +25,7 @@ fuECHO () {
# Let's install all the packages we need
fuECHO "### Installing packages."
apt-get update -y
apt-get install mkisofs isolinux -y
apt-get install genisoimage isolinux -y
# Let's get Ubuntu 14.04.1 as .iso
fuECHO "### Downloading Ubuntu 14.04.1."