contributing to open source

Allan Jude allanjude at freebsd.org
Sat May 28 03:37:03 UTC 2016


On 2016-05-27 23:30, Kefeh Collins wrote:
> hello
>     please i need help installing freebsd using the virtual box
>     actually am at my concluding phase but the problem is i downloaded a VM
> image with the .vhd.xz as well as the .raw.xz extensions
>     but i cant unzip it and i cant locate it when choosing a virtual
> optical disk file
> any help is very much appreciated
> 
> On Sun, May 22, 2016 at 1:40 PM, Kefeh Collins <kefehcollins at gmail.com>
> wrote:
> 
>> hello
>>  i am a second year computer science student, program in c and c++ and am
>> interested in contributing in operating system (kernel) directed projects
>> please i need guidance
>>
>> thanks in advance
>>
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
> 

To unzip it, type:
unxz imagename.vhd.xz

Then you will have a .vhd file and be able to use it normally.

.vhd files are for Microsoft HyperV, so it is likely not the image you
want. VirtualBox and VMware uses the .vmdk file

-- 
Allan Jude


More information about the freebsd-hackers mailing list