1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:33:50 +02:00

Oops! That should be a pull request.

This commit is contained in:
Starbeamrainbowlabs 2017-09-07 15:18:28 +01:00
parent 1db12908f0
commit bff585025b

View file

@ -1,11 +0,0 @@
# 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}}`