| NEWS: (updated 2008-09-30) Infrastructure status | New SSH fingerprints | New package signing key |
AnacondaMkFedoraCdDisc1
From FedoraProject
mkfedora-cd-disc1
Create the first CD-ROM. This is the only one that is bootable. You may want to change the email address (after -p), and change the name (after -V and -A). This script is called by mkfedora-cd .
diff -urN anaconda-8.0.93/scripts/mkfedora-cd-disc1 anaconda-8.0.93.new/scripts/mkfedora-cd-disc1 --- anaconda-8.0.93/scripts/mkfedora-cd-disc1 1969-12-31 16:00:00.000000000 -0800 +++ anaconda-8.0.93.new/scripts/mkfedora-cd-disc1 2003-01-22 16:21:09.000000000 -0800 @@ -0,0 +1,9 @@ +mkisofs -b isolinux/isolinux.bin -c isolinux/boot.cat -J -p \ +"myemail@mycompany.com" -P "Red Hat" -V "Fedora Core 1 with \ +updates disc1" -r -T -v -A "Fedora Core Linux/i386 1" -o fedoracore1-disc1.iso \ +-no-emul-boot -boot-load-size 4 -boot-info-table -l i386-disc1 +echo "Done Making Image..." +echo "Making MD5SUM..." +implantisomd5 --supported-iso fedoracore1-disc1.iso +#checkisomd5 fedoracore1-disc1.iso
