From d3113fab8e21f32fa4cae88d5e31e2af84a8cac6 Mon Sep 17 00:00:00 2001
From: AwlsomeAlex <AwlsomeAlex@users.noreply.github.com>
Date: Sat, 1 Oct 2016 00:37:15 -0400
Subject: [PATCH] Added Extra Parameter

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 9c999f093..516c1d78d 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,7 @@ After that simply run the below script. It doesn't require root privileges. In t
     	-no-emul-boot \
     	-boot-load-size 4 \
     	-boot-info-table \
+        -joliet-long \
     	./
     isohybrid -u ../minimal_linux_live.iso 2>/dev/null || true
     cd ..