| ... | ... | @@ -40,3 +40,11 @@ s7 | stateDB | 500MB| |
|
|
|
* create a boot archive: `bootadm update-archive -R /mnt`
|
|
|
|
* create a device file system on the future root disk mounted at *mnt*:
|
|
|
|
`devfsadm -r /mnt`
|
|
|
|
\item in {\sl /mnt/etc/vfstab} {\sl /} und swap\footnote{/dev/dsk/c0t0d0s1 - - swap - no -
|
|
|
|
} eintragen \\
|
|
|
|
{\sl /} ist logging (default) zu setzen
|
|
|
|
* fix file ownership and permissions:
|
|
|
|
```
|
|
|
|
chown root:root /mnt
|
|
|
|
chmod g-s,u=rwx,g=rx,o=rx /mnt
|
|
|
|
``` |