Re: Remote Building of FreeBSD

2010-03-03 Thread Martin McCormick
I am beginning to wonder if there is something different about the way mfsbsd boots since it actually extracts itself in to memory upon boot. I looked at bootloader.conf once again and created a new boot.config file. The system does definitely see the file because it echos the commands. The boot pr

Re: Remote Building of FreeBSD

2010-03-02 Thread Martin McCormick
The boot.config file I thought would boot mfsbsd on what was the swap partition is not working. On this particular drive, ad0s1a is the normal FreeBSD partition and ad0s1b is swap. The idea is to use dd to write the mfsboot.img file to /dev/ad0s1b and then boot from there. My boot.config f

Re: Remote Building of FreeBSD

2010-03-01 Thread Adam Vande More
On Mon, Mar 1, 2010 at 12:07 PM, Adam Vande More wrote: > On Mon, Mar 1, 2010 at 12:00 PM, Martin McCormick < > mar...@dc.cis.okstate.edu> wrote: > >> Adam Vande More writes: >> > This seems to be similar to the depenguinator. >> >> > Maybe there some approach in there to get you over the hump. >>

Re: Remote Building of FreeBSD

2010-03-01 Thread Adam Vande More
On Mon, Mar 1, 2010 at 12:00 PM, Martin McCormick wrote: > Adam Vande More writes: > > This seems to be similar to the depenguinator. > > > Maybe there some approach in there to get you over the hump. > > It is exactly the right idea. Funny thing, I actually did turn > swap off and the image is n

Re: Remote Building of FreeBSD

2010-03-01 Thread Martin McCormick
Adam Vande More writes: > This seems to be similar to the depenguinator. > Maybe there some approach in there to get you over the hump. It is exactly the right idea. Funny thing, I actually did turn swap off and the image is now sitting there because I thought this might be useful. Is there any w

Re: Remote Building of FreeBSD

2010-03-01 Thread Adam Vande More
On Mon, Mar 1, 2010 at 11:19 AM, Martin McCormick wrote: > One can almost but not quite remotely build a FreeBSD system > using mfsbsd. The problem is that in order to install the > mfsboot.img data on the main boot drive, it is necessary to use > dd to write it there and a working system already

Remote Building of FreeBSD

2010-03-01 Thread Martin McCormick
One can almost but not quite remotely build a FreeBSD system using mfsbsd. The problem is that in order to install the mfsboot.img data on the main boot drive, it is necessary to use dd to write it there and a working system already has mounted all partitions in the main drive. The system