mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 08:50:57 +00:00
Update cheatsheets
This commit is contained in:
17
linux/genisoimage
Normal file
17
linux/genisoimage
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# genisoimage
|
||||
|
||||
> Pre-mastering program to generate ISO9660/Joliet/HFS hybrid filesystems.
|
||||
> More information: <https://manpages.debian.org/latest/genisoimage/genisoimage.1.en.html>.
|
||||
|
||||
- Create an ISO image from the given source directory:
|
||||
|
||||
`genisoimage -o {{myimage.iso}} {{path/to/source_directory}}`
|
||||
|
||||
- Create an ISO image with files larger than 2GiB by reporting a smaller apparent size for ISO9660 filesystems:
|
||||
|
||||
`genisoimage -o -allow-limited-size {{myimage.iso}} {{path/to/source_directory}}`
|
||||
Reference in New Issue
Block a user