config/release: split in 'config/release' and 'config/image'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-11 10:30:53 +01:00
parent ee55434f93
commit fc1c0f7cf9
4 changed files with 3 additions and 23 deletions

View File

@ -3,10 +3,4 @@ PROMPT 0
LABEL linux
KERNEL /KERNEL
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet
LABEL text
KERNEL /KERNEL
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet textmode
LABEL debug
KERNEL /KERNEL
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet textmode debugging
APPEND boot=LABEL=BOOT disk=LABEL=STORAGE quiet

View File

@ -4,12 +4,4 @@ hiddenmenu
title OpenELEC.tv
root (hd0,0)
kernel /KERNEL boot=/dev/sda1 disk=/dev/sda2 quiet
title OpenELEC.tv (Textmode)
root (hd0,0)
kernel /KERNEL boot=/dev/sda1 disk=/dev/sda2 textmode quiet
title OpenELEC.tv (Debugmode)
root (hd0,0)
kernel /KERNEL boot=/dev/sda1 disk=/dev/sda2 debugging textmode quiet
kernel /KERNEL boot=LABEL=BOOT disk=LABEL=STORAGE quiet

View File

@ -3,10 +3,4 @@ PROMPT 0
LABEL linux
KERNEL /KERNEL
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet
LABEL text
KERNEL /KERNEL
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet textmode
LABEL debug
KERNEL /KERNEL
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet textmode debugging
APPEND boot=LABEL=BOOT disk=LABEL=STORAGE quiet