Changes between Version 11 and Version 12 of OpenSolaris
- Timestamp:
- Oct 28, 2009, 10:21:28 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenSolaris
v11 v12 109 109 $ sudo /usr/sbin/pkgadd -d pb/build/project-builder-devel.pkg 110 110 }}} 111 * In order to setup a solaris VM, after its installation from media in QEMU do the following111 * In order to setup a Solaris VM/VE, after its installation from media in QEMU, you have to check that 3 components are installed and activated (sshd, sudo and wget) 112 112 {{{ 113 # svcs | grep ssh114 113 # svcadm enable ssh 115 114 # svcadm restart ssh 116 115 # svcs network/ssh 116 STATE STIME FMRI 117 online 12:04:40 svc:/network/ssh:default 118 # grep Root /etc/ssh/sshd_config 119 PermitRootLogin yes 120 # echo 'PATH=/usr/local/bin:/usr/local/sbin:/usr/sfw/bin:$PATH' >> /etc/profile 121 # echo 'export PATH' >> /etc/profile 122 # source /etc/profile 123 # which wget 124 /usr/sfw/bin/wget 125 # wget ftp://ftp.sunfreeware.com/pub/freeware/sparc/10/sudo-1.7.2p1-sol10-sparc-local.gz 126 # gzip -d sudo-1.7.2p1-sol10-sparc-local.gz 127 # pkgadd -d sudo-1.7.2p1-sol10-sparc-local 117 128 }}} 129 * The VM/VE is then ready to be setup by pb. From the host executes: 130 {{{ 131 $ pb -p pb -m solaris-10-x86_64 setupvm 132 }}}