Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 18 years ago
parent
commit
7be351f79c
2 changed files with 5 additions and 1 deletions
  1. +1
    -1
      target/bootdisk/x86/help0.txt
  2. +4
    -0
      target/bootdisk/x86/isolinux.cfg

+ 1
- 1
target/bootdisk/x86/help0.txt

@ -16,7 +16,7 @@ Actions:
--------
<ENTER> Start installation system
ramdisk [options] <Enter> The same with interactive stage 1 (for experts)
ROCK [options] <Enter> The same with interactive stage 1 (for experts)
linux [options] <Enter> Boot a plain linux kernel (for rescue purposes)
memtest86 <Enter> Boot the memtest86 mini-os

+ 4
- 0
target/bootdisk/x86/isolinux.cfg

@ -20,6 +20,10 @@ LABEL auto
kernel vmlinuz
APPEND initrd=initrd.gz root=/dev/ram0 devfs=nocompat autoboot=1 rw
LABEL ROCK
kernel vmlinuz
APPEND initrd=initrd.gz root=/dev/ram0 devfs=nocompat rw
LABEL ramdisk
kernel vmlinuz
APPEND initrd=initrd.gz root=/dev/ram0 devfs=nocompat rw

Loading…
Cancel
Save