Next: Change Log for 2006 Up: Appendixes that should not Previous: Recompiling the alsa sound
|
cd /whatever
mkdir image |
mount /mnt/cdrom
|
(cd /mnt/; tar cvf - cdrom)|(cd /whatever/image; tar xvpf -)
|
When this is done you will have a copy of the cdrom in /whatever/image/cdrom.
cd /whatever/image/cdrom
tar xvzf path_to_tarfile/psyche-i386-disc1-apt.tar.gz |
cd /whatever/image/cdrom
|
Then create the iso image. If you are building the first cdrom (the example is for RedHat 8.0, disc1):
mkisofs -v -r -T -J -V 'RedHat 8.0 for Planet CCRMA' -b images/boot.img -c boot.catalog -l -R -o /whatever/image.iso .
|
Or in the case of RedHat 9 (disc 1, the name of the boot image file is different):
mkisofs -v -r -T -J -V 'RedHat 8.0 for Planet CCRMA' -b images/bootdisk.img -c boot.catalog -l -R -o /whatever/image.iso .
|
Or for Fedora Core 1 (disc 1, the catalog is in a subdirectory):
mkisofs -v -r -T -J -V 'Fedora Core 1 for Planet CCRMA' -b images/bootdisk.img -c isolinux/boot.cat -l -R -o /whatever/image.iso .
|
Or for Fedora Core 2 (disc 1)
mkisofs -b isolinux/isolinux.bin -c isolinux/boot.cat -J -V "Fedora Core 2 for Planet CCRMA" -r -T -v -A "Fedora Core Linux/i386 2" -o /whatever/image.iso -no-emul-boot -boot-load-size 4 -boot-info-table -l .
|
For the other two cdroms (they do not need to be bootable cdroms):
mkisofs -v -r -T -J -V 'RedHat 8.0 for Planet CCRMA' -l -R -o /whatever/image.iso .
|
Or for Fedora Core 2 (disc n where n greater than 1):
mkisofs -J -V "Fedora Core 2 for Planet CCRMA" -r -T -v -A "Fedora Core Linux/i386 " -o /whatever/image.iso .
|
© Copyright 2001...2019 Fernando Lopez-Lezcano, CCRMA, Stanford University.
All rights reserved.