Changes
Page history
Update Overview
authored
Sep 15, 2019
by
theuser
Show whitespace changes
Inline
Side-by-side
Installation/Overview.md
View page @
82a963d3
...
@@ -25,3 +25,13 @@ Overview, for details see [separate page with screenshots](Installation/VMware).
...
@@ -25,3 +25,13 @@ Overview, for details see [separate page with screenshots](Installation/VMware).
s0 | root | 15GB|
s0 | root | 15GB|
s1 | swap | 3GB|
s1 | swap | 3GB|
s7 | stateDB | 500MB|
s7 | stateDB | 500MB|
*
write the bootpath into the emulated OpenFirmware Variable list:
` genbootpath /mnt >> /mnt/boot/solaris/bootenv.rc`
*
configure GRUB
```
cp /mnt/boot/grub/menu.lst.sample \
/mnt/boot/grub/menu.lst
mkdir /mnt/boot/grub/bootsign
touch /mnt/boot/grub/bootsign/schillix
```