Re: Making a mounted ISO image of a CD-ROM writable

2007-07-13 Thread CyberLeo Kitsana
Paul Hoffman wrote: > At 10:53 PM +0200 7/12/07, Roland Smith wrote: >> On Thu, Jul 12, 2007 at 12:38:10PM -0700, Paul Hoffman wrote: >>> Greetings again. I want to make an ISO image of the FreeBSD >>> distribution >>> with a boot.config file that contains "/boot/loader -h". I have the ISO >>> i

Re: Making a mounted ISO image of a CD-ROM writable

2007-07-12 Thread Paul Hoffman
At 10:53 PM +0200 7/12/07, Roland Smith wrote: On Thu, Jul 12, 2007 at 12:38:10PM -0700, Paul Hoffman wrote: Greetings again. I want to make an ISO image of the FreeBSD distribution with a boot.config file that contains "/boot/loader -h". I have the ISO image as a file on my hard drive, and h

Re: Making a mounted ISO image of a CD-ROM writable

2007-07-12 Thread Roland Smith
On Thu, Jul 12, 2007 at 12:38:10PM -0700, Paul Hoffman wrote: > Greetings again. I want to make an ISO image of the FreeBSD distribution > with a boot.config file that contains "/boot/loader -h". I have the ISO > image as a file on my hard drive, and have mounted it on /mnt: > > mdconfig -a -t v

Making a mounted ISO image of a CD-ROM writable

2007-07-12 Thread Paul Hoffman
Greetings again. I want to make an ISO image of the FreeBSD distribution with a boot.config file that contains "/boot/loader -h". I have the ISO image as a file on my hard drive, and have mounted it on /mnt: mdconfig -a -t vnode -f /path/to/my/bootable.iso -u 0 mount -w -t cd9660 /dev/md0 /mnt