@ -0,0 +1,22 @@ |
|||
Installation Overview: |
|||
|
|||
The ROCK Linux install / rescue system boots up in two stages. In the first |
|||
stage only a small binary is running which is used to load the complete |
|||
install / rescue system into the memory. So in the first stage you can load |
|||
network and scsi kernel modules, configure network devices (for netwok |
|||
installation) or load the system from a floppy or CD-ROM device. |
|||
|
|||
For a normal installation from the first CD-ROM you only need to press enter |
|||
for each question to do use default options. |
|||
|
|||
You can freely choose which terminal devices (e.g. 'vc/1' or 'tts/0'). |
|||
If you just hit <ENTER>, you'll use vc/1 to vc/6. |
|||
|
|||
To start the installation just exectute our Setup Tool ONE via 'stone' or |
|||
'stone -text', if you prefer non-dialog based menus. |
|||
|
|||
|
|||
In STONE you can create your partitions and filesystems and after selecting |
|||
the Package Manager choose wich packages to install. |
|||
|
|||
At the end reboot your machine with 'reboot -f'. |
|||
@ -1,29 +1,22 @@ |
|||
|
|||
partition=1 |
|||
timeout=600 |
|||
message=/boot/boot.msg |
|||
default=install |
|||
root=/dev/ram |
|||
initrd=/boot/initrd.gz |
|||
read-write |
|||
timeout=100 |
|||
message=/boot/boot.msg |
|||
|
|||
# ReneR: Add texts here, later ... |
|||
append="devfs=nocompat init=/linuxrc" |
|||
|
|||
#image="cat /etc/boot.msg" |
|||
# label=1 |
|||
# single-key |
|||
|
|||
# alias |
|||
image="cat /boot/boot.msg" |
|||
label=0 |
|||
single-key |
|||
image="cat /boot/help1.txt" |
|||
label=1 |
|||
single-key |
|||
|
|||
image[sun4u]=/boot/vmlinux64.gz |
|||
label=install |
|||
label=install |
|||
alias=linux |
|||
initrd=/boot/initrd.gz |
|||
ramdisk=8388608 |
|||
append="root=/dev/ram devfs=nocompat init=/linuxrc rw" |
|||
|
|||
image[sun4c,sun4d,sun4m]=/boot/vmlinux.gz |
|||
label=install |
|||
label=install |
|||
alias=linux |
|||
initrd=/boot/initrd.gz |
|||
ramdisk=8388608 |
|||
append="root=/dev/ram devfs=nocompat init=/linuxrc rw" |
|||
|
|||