[求助]这段文字该怎么理解?
想做个iso制作程序,看不懂这段,请各位帮帮忙,先谢了水木-如何制作ISO文件
1、在Mandrake主页上看见的,应该是普遍适用的吧。
How to create a iso image ?
#mirror from ftp the oxygen/ directory preserving permissions and
symlinks
cd /mnt/disk
lftp -c 'open ftp.somewhere.org; cd some/dir/oxygen; mirror'
# Do a little prep to get the boot images to the start of the disk
mkdir -p /tmp/r
mv /mnt/disk/images /tmp/r
mkisofs -R
-o /output/dir/oxygen.iso
-b images/gi_cdrom.img
-c images/.catalog
/tmp/r
/mnt/disk
--
==================================
[此贴子已经被作者于2006-8-29 10:32:09编辑过]