From d4fb4c9046d0a9ca9f6ae6772368d12882188499 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 9 Sep 2017 17:01:20 +0100 Subject: [PATCH] Update mkisofs.md --- pages/linux/mkisofs.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/linux/mkisofs.md b/pages/linux/mkisofs.md index c05730b8d..77a41debe 100644 --- a/pages/linux/mkisofs.md +++ b/pages/linux/mkisofs.md @@ -1,11 +1,12 @@ # mkisofs -> Create ISO files from folders. Also aliased as `genisoimage`. +> Create ISO files from folders. +> Also aliased as `genisoimage`. - Create an ISO from a folder: -`mkisofs -o {{filename.iso}} {{path/to/source/folder}}` +`mkisofs -o {{filename.iso}} {{path/to/source_folder}}` - Set the disc label when creating an ISO: -`mkisofs -o {{filename.iso}} {{path/to/source/folder}}` +`mkisofs -o {{filename.iso}} -V {{"label_name"}} {{path/to/source_folder}}`