From 17a4241409282c4a96f9144fd497c771c1e39c26 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Sun, 2 Oct 2016 11:29:36 +0300 Subject: [PATCH] The 'syslinux' build dependency is no longer required. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b1a00b6a..3577d0371 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ One script which generates fully functional live Linux ISO image with minimal ef The script below uses **Linux kernel 4.7.6**, **BusyBox 1.24.2** and **Syslinux 6.03**. The source bundles are downloaded and compiled automatically. If you are using [Ubuntu](http://ubuntu.com) or [Linux Mint](http://linuxmint.com), you should be able to resolve all build dependencies by executing the following command: - sudo apt-get install wget bc build-essential gawk syslinux genisoimage + sudo apt-get install wget bc build-essential gawk genisoimage After that simply run the below script. It doesn't require root privileges. In the end you should have a bootable ISO image named `minimal_linux_live.iso` in the same directory where you executed the script.