From ccf727ffa43019593b2c92733a699a63e9ecc181 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 7 Sep 2017 15:19:12 +0100 Subject: [PATCH] mkisofs: add page --- pages/linux/mkisofs.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/linux/mkisofs.md diff --git a/pages/linux/mkisofs.md b/pages/linux/mkisofs.md new file mode 100644 index 000000000..c05730b8d --- /dev/null +++ b/pages/linux/mkisofs.md @@ -0,0 +1,11 @@ +# mkisofs + +> Create ISO files from folders. Also aliased as `genisoimage`. + +- Create an ISO from a 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}}`