From 7be351f79cb1c134975811e52ac114a7b2e698be Mon Sep 17 00:00:00 2001 From: Benjamin Schieder Date: Sat, 24 Jun 2006 10:03:06 +0000 Subject: [PATCH] Benjamin Schieder: bootdisk: rename 'ramdisk' option to 'ROCK' bootdisk: keep 'ramdisk' as an alternative to 'ROCK' in isolinux.cfg anyway [2006062010324715305] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7683 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- target/bootdisk/x86/help0.txt | 2 +- target/bootdisk/x86/isolinux.cfg | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/target/bootdisk/x86/help0.txt b/target/bootdisk/x86/help0.txt index c8ccfaa08..14524a0e5 100644 --- a/target/bootdisk/x86/help0.txt +++ b/target/bootdisk/x86/help0.txt @@ -16,7 +16,7 @@ Actions: -------- Start installation system - ramdisk [options] The same with interactive stage 1 (for experts) + ROCK [options] The same with interactive stage 1 (for experts) linux [options] Boot a plain linux kernel (for rescue purposes) memtest86 Boot the memtest86 mini-os diff --git a/target/bootdisk/x86/isolinux.cfg b/target/bootdisk/x86/isolinux.cfg index 0c131f384..2ad97ae89 100644 --- a/target/bootdisk/x86/isolinux.cfg +++ b/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