summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-11-17 16:43:18 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2015-11-19 14:31:44 +0100
commit0609a989678bdccd29c370ae6fc3e82a8de30617 (patch)
tree77ba6482173b6df13e1cd3e87f61208a25ee7a04
parent406b30177063afe327c2d86425b8286a1bd9bb98 (diff)
build: Use longer version of mkisofs options when possible
Change-Id: I003ebdcc2b8c3778903a5b07eb02280aba4527b0 Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5be6894..068d774 100644
--- a/Makefile
+++ b/Makefile
@@ -137,7 +137,7 @@ iso: $(ISO_IMAGE)
$(ISO_IMAGE): installer
mkdir -p "$(ISO_ROOT)"
$(RSYNC_AH) "$(INSTALLER)" bin drivers "$(ISO_ROOT)"
- mkisofs -J -r -lsv -V "$(ISO_LABEL)" -p "$(ISO_P_TEXT)" -publisher "$(ISO_P_TEXT)" -o "$(ISO_IMAGE)" "$(ISO_ROOT)"
+ mkisofs -J -rational-rock -full-iso9660-filenames -verbose -V "$(ISO_LABEL)" -preparer "$(ISO_P_TEXT)" -publisher "$(ISO_P_TEXT)" -o "$(ISO_IMAGE)" "$(ISO_ROOT)"
install: iso
mkdir -p "$(DESTDIR)$(INSTALL_DATA_DIR)"