mkisofs
Create ISO files from directories. Also aliased as genisoimage. More information: <https://manned.org/mkisofs>.
Install
- All systems
-
curl cmd.cat/mkisofs.sh
- Debian
-
apt-get install genisoimage - Ubuntu
-
apt-get install genisoimage - Arch Linux
-
pacman -S cdrtools - Kali Linux
-
apt-get install genisoimage - CentOS
-
yum install genisoimage - Fedora
-
dnf install genisoimage - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install genisoimage - OS X
-
brew install cdrtools - Raspbian
-
apt-get install genisoimage
Create ISO files from directories. Also aliased as genisoimage. More information: <https://manned.org/mkisofs>.
-
Create an ISO from a directory:
mkisofs -o filename.iso path/to/source_directory -
Set the disc label when creating an ISO:
mkisofs -o filename.iso -V "label_name" path/to/source_directory
© tl;dr; authors and contributors