Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Schillix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenSolaris
Schillix
Wiki
Installation
Overview
Changes
Page history
New page
Templates
Clone repository
Update Overview
authored
5 years ago
by
theuser
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Installation/Overview.md
+13
-1
13 additions, 1 deletion
Installation/Overview.md
with
13 additions
and
1 deletion
Installation/Overview.md
View page @
b3e8cdb4
...
...
@@ -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
This diff is collapsed.
Click to expand it.