| ... | ... | @@ -8,4 +8,16 @@ Overview, for details see [separate page with screenshots](Installation/VMware). |
|
|
|
* Choose `SchilliX-0.8.en_US.iso` as primary boot device, make sure it is selected as image-device.
|
|
|
|
* Start the VM, open a console, and select an US keyboard layout.
|
|
|
|
* Wait for the system to complete booting.
|
|
|
|
* ... *(to be continued)* |
|
|
\ No newline at end of file |
|
|
|
* login using the GUI Console (root/root)
|
|
|
|
* assign an IP Address using the command *ifconfig(1)*
|
|
|
|
`ifconfig e1000g0 <IP>/24 up`
|
|
|
|
* now login to the system using *ssh(1)* and the IP address assigned to it in the previous step.
|
|
|
|
* create a 100% Solaris FDisk Partition (on a previously unpartitioned disk, the default is t set 100% to Solaris2)
|
|
|
|
`fdisk /dev/rdsk/c0t0d0p0`
|
|
|
|
* use *format(1m)* to partition into the following slices
|
|
|
|
|
|
|
|
|slice|name|size|
|
|
|
|
|---|---|---|
|
|
|
|
s0 | root | 15GB|
|
|
|
|
s1 | swap | 3GB|
|
|
|
|
s7 | stateDB | 500MB| |
|
|
\ No newline at end of file |