Re: How to create qemu images?

2016-05-07 Thread Lundberg, Johannes
Got it now. Reading https://www.freebsd.org/cgi/man.cgi?release%287%29
carefully explained a few things.


On Sat, May 7, 2016 at 6:52 AM, Lundberg, Johannes <
johan...@brilliantservice.co.jp> wrote:

> Thanks!
>
> However, this is not working so well for me.
>
> Doing make vm-release does absolutely nothing.
> Running release.sh -c release.conf gives me an error that /scratch/usr/src
> and  /scratch/dev does not exist.
>
> What is the prerequisites for building the images? Do I need to make
> install in some dest folder first?
> Do I need a jail to point chrootdir to?
>
> Thanks
>
>
>
> On Thu, May 5, 2016 at 8:29 PM, Allan Jude  wrote:
>
>> On 2016-05-05 23:18, Lundberg, Johannes wrote:
>> > Hi
>> >
>> > I would like to create a live vm image for qemu like the snaphots vm
>> images
>> > of FreeBSD that are available for download (but with my own
>> configuration).
>> >
>> > Can someone tell me how these are made? If crochet is being used, is
>> there
>> > any board configuration for qemu?
>> >
>> > Thanks!
>> >
>>
>> Those vm images are created from the 'release' subdirectory of the
>> source tree.
>>
>> cd /usr/src/release
>> make vm-release
>>
>> will create the stock images. There are config files in that directory
>> you can play with to adjust the partition layout etc.
>>
>> --
>> Allan Jude
>> ___
>> freebsd-current@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-current
>> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org
>> "
>>
>
>

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。
もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、
複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。
---
CONFIDENTIALITY NOTE: The information in this email is confidential
and intended solely for the addressee.
Disclosure, copying, distribution or any other action of use of this
email by person other than intended recipient, is prohibited.
If you are not the intended recipient and have received this email in
error, please destroy the original message.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: How to create qemu images?

2016-05-07 Thread Lundberg, Johannes
Thanks!

However, this is not working so well for me.

Doing make vm-release does absolutely nothing.
Running release.sh -c release.conf gives me an error that /scratch/usr/src
and  /scratch/dev does not exist.

What is the prerequisites for building the images? Do I need to make
install in some dest folder first?
Do I need a jail to point chrootdir to?

Thanks


On Thu, May 5, 2016 at 8:29 PM, Allan Jude  wrote:

> On 2016-05-05 23:18, Lundberg, Johannes wrote:
> > Hi
> >
> > I would like to create a live vm image for qemu like the snaphots vm
> images
> > of FreeBSD that are available for download (but with my own
> configuration).
> >
> > Can someone tell me how these are made? If crochet is being used, is
> there
> > any board configuration for qemu?
> >
> > Thanks!
> >
>
> Those vm images are created from the 'release' subdirectory of the
> source tree.
>
> cd /usr/src/release
> make vm-release
>
> will create the stock images. There are config files in that directory
> you can play with to adjust the partition layout etc.
>
> --
> Allan Jude
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。
もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、
複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。
---
CONFIDENTIALITY NOTE: The information in this email is confidential
and intended solely for the addressee.
Disclosure, copying, distribution or any other action of use of this
email by person other than intended recipient, is prohibited.
If you are not the intended recipient and have received this email in
error, please destroy the original message.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: How to create qemu images?

2016-05-07 Thread wokko7
Wow Thank you for that info I did not know about /usr/src/release and creating 
images.
On Thu, 5 May 2016 23:29:39 -0400
Allan Jude  wrote:

> On 2016-05-05 23:18, Lundberg, Johannes wrote:
> > Hi
> > 
> > I would like to create a live vm image for qemu like the snaphots vm images
> > of FreeBSD that are available for download (but with my own configuration).
> > 
> > Can someone tell me how these are made? If crochet is being used, is there
> > any board configuration for qemu?
> > 
> > Thanks!
> > 
> 
> Those vm images are created from the 'release' subdirectory of the
> source tree.
> 
> cd /usr/src/release
> make vm-release
> 
> will create the stock images. There are config files in that directory
> you can play with to adjust the partition layout etc.
> 
> -- 
> Allan Jude
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


-- 
wokko7 

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: How to create qemu images?

2016-05-05 Thread Allan Jude
On 2016-05-05 23:18, Lundberg, Johannes wrote:
> Hi
> 
> I would like to create a live vm image for qemu like the snaphots vm images
> of FreeBSD that are available for download (but with my own configuration).
> 
> Can someone tell me how these are made? If crochet is being used, is there
> any board configuration for qemu?
> 
> Thanks!
> 

Those vm images are created from the 'release' subdirectory of the
source tree.

cd /usr/src/release
make vm-release

will create the stock images. There are config files in that directory
you can play with to adjust the partition layout etc.

-- 
Allan Jude
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"