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
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
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
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