Update Overview authored by theuser's avatar theuser
...@@ -18,7 +18,7 @@ Overview, for details see [separate page with screenshots](Installation/VMware). ...@@ -18,7 +18,7 @@ Overview, for details see [separate page with screenshots](Installation/VMware).
* create a filesystem for */*: `newfs /dev/rdsk/c0t0d0s0` * create a filesystem for */*: `newfs /dev/rdsk/c0t0d0s0`
* mount to */mnt*: `mount /dev/dsk/c0t0d0s0 /mnt` * mount to */mnt*: `mount /dev/dsk/c0t0d0s0 /mnt`
* copy the initial system to your future root filesystem mounted on /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` `star -copy -p -sparse -no-fsync -time -xdot bs=1m fs=32m -C /.cdrom . /mnt` ([¿What do these options mean?](Documentation/Howto/star-copy))
|slice|name|size| |slice|name|size|
|---|---|--:| |---|---|--:|
... ...
......