bootable DVD iso
Script ini bernama mkdvdiso.sh di gunakan untuk membuat Image ISO installation tree, berikut script nya, yang di tulis dalam bahasa Bash #!/bin/bash # by Chris Kloiber <ckloiber@redhat.com> # Mods under CentOS by Phil Schaffner <p.r.schaffner@ieee.org> # A quick hack that will create a bootable DVD iso of a Red Hat Linux # Distribution. Feed it either a directory containing the downloaded # iso files of a distribution, or point it at a directory containing # the "RedHat", "isolinux", and "images" directories. # This version only works with "isolinux" based Red Hat Linux versions. # Lots of disk space required to work, 3X the distribution size at least. # GPL version 2 applies. No warranties, yadda, yadda. Have fun. # Modified to add sanity checks and fix CentOS4 syntax errors # TODO: # Add checks for available disk space on devices holding output and # temp files. # Add optional 3rd parameter to specify location of temp dir...