mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 19:57:17 +00:00
Update cheatsheets
This commit is contained in:
@@ -16,3 +16,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Set the disc label when creating an ISO:
|
||||
|
||||
`mkisofs -o {{filename.iso}} -V "{{label_name}}" {{path/to/source_directory}}`
|
||||
|
||||
- Create an ISO image with files larger than 2GiB by reporting a smaller apparent size for ISO9660 filesystems:
|
||||
|
||||
`mkisofs -o {{filename.iso}} -allow-limited-size {{path/to/source_directory}}`
|
||||
|
||||
Reference in New Issue
Block a user