$ dd if=/dev/fd0 of=my.img bs=10k count=144Secondly, find out a file named boot.img or boot.cat in your system, and make the ISO file:
$ mkisofs -r -b my.img -c boot.img -o my.iso /output_directoryThe optional R/W CD erasing:
$ cdrecord dev=0,0,0 blank=fastFinally, burn the ISO to the blank CD:
$ cdrecord -v speed=12 dev=0,0,0 -data my.iso
没有评论:
发表评论