Use the mkisofs command to create a redhatenterpriselinux (RHEL6.4) ISO boot image
Source: Internet
Author: User
Run the mkisofs command to create a redhatenterpriselinux (RHEL6.4) ISO boot image. run the following command according to the redhat official document Installation_Guide (I put it in a shell script file mkcustiso. sh) [cpp] mkisofs-quiet-V & quot; makerh... run the mkisofs command to create a redhat enterprise linux (RHEL6.4) ISO boot image. run the following command in red hat's official document Installation_Guide (I will put it in a shell script file mkcustiso. sh) [cpp] mkisofs-quiet-V "make rhel iso files" \-J-R-T-v-boot-info-table-no-emul-boot \-boot-load -size 4 \-B isolinux/isol Inux. bin \-c boot. cat \-o. /rhelcustom. iso. /rheliso process: 1. first extract the redhat official Image rhel-server-6.4-x86_64-dvd.iso. /rheliso [plain] bsdtar-C. /rheliso-xf rhel-server-6.4-x86_64-dvd.iso 2. modify its isolinux according to your needs. cfg file. place cfg in. /rheliso directory. 3. modify. /rheliso/isolinux. binfile permission. Otherwise, the error [plain] chmod u + wx. /rheliso/isolinux. bin 4. run the script mkcustiso. sh finally obtains its own rhelcustom. iso file, which can be used to install the system. note: isolinux. the binfile is a relative path (relative to rheliso). Otherwise, the error mkisofs: uh ah, I can't find the boot image 'isolinux. bin"
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service