|
|
发表于 2005-5-14 19:41:51
|
显示全部楼层
Making an Installation Boot CD-ROM
cp -r <path-to-cd>/isolinux/ <path-to-workspace>
cd <path-to-workspace>
chmod u+w isolinux/*
mkisofs -o file.iso -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -R -J -v -T isolinux/
Burn the resulting ISO image (named file.iso and located in <path-to-workspace>) to a CD-ROM as you normally would. |
|