Update Overview authored by theuser's avatar theuser
...@@ -15,6 +15,10 @@ Overview, for details see [separate page with screenshots](Installation/VMware). ...@@ -15,6 +15,10 @@ Overview, for details see [separate page with screenshots](Installation/VMware).
* create a 100% Solaris FDisk Partition (on a previously unpartitioned disk, the default is t set 100% to Solaris2) * create a 100% Solaris FDisk Partition (on a previously unpartitioned disk, the default is t set 100% to Solaris2)
`fdisk /dev/rdsk/c0t0d0p0` `fdisk /dev/rdsk/c0t0d0p0`
* use *format(1m)* to partition into the following slices * use *format(1m)* to partition into the following slices
* create a filesystem for */*: `newfs /dev/rdsk/c0t0d0s0`
* mount to */mnt*: `mount /dev/dsk/c0t0d0s0 /mnt`
* copy the initial system to your future root filesystem mounted on /mnt:
`star -copy -p -sparse -no-fsync -time -xdot bs=1m fs=32m -C /.cdrom . /mnt`
|slice|name|size| |slice|name|size|
|---|---|--:| |---|---|--:|
... ...
......