Tag: Prototype

JeOS testing (VBox)

Создаем VM, запускаем ее:

VBoxManage createvm --name JeOS --ostype OpenSolaris_64 --register

VBoxManage modifyvm JeOS –nic1 bridged –nictype1 82540EM –bridgeadapter1 “en1: AirPort”
–memory “768” –hwvirtex on –vtxvpid on –boot1 disk
–vrdp on –vrdpport 3389 –vrdpauthtype null VBoxManage storagectl JeOS –name ide-boot –add ide –controller ICH6 VBoxManage storageattach JeOS –storagectl ide-boot –port 0 –device 0
–type hdd
–medium /Users/ilyxa/Desktop/OSOL0906JeOSProto/JeOS-0906-proto-x86-b002-preview-v10.vdi VBoxManage storageattach JeOS –storagectl ide-boot –port 0 –device 1
–type hdd
–medium /Users/ilyxa/Desktop/OSOL0906JeOSProto/instance.vdi VBoxHeadless -s JeOS &

Приступили к тестированию JeOS

Не хватало легкого, простого и понятного в администрирование дистрибутива (Opensolaris), не отягощенного. Теперь он есть и называется JeOS – “virtual machine (VM) image prototype is a reduced footprint, pre-installed form of the OpenSolaris 2009.06 distribution available for a variety of virtualization platforms” (c).