~tsimonq2/debian-cd/lubuntu-cosmic-changes

« back to all changes in this revision

Viewing changes to data/maverick/elilo/elilo.conf.live

  • Committer: Colin Watson
  • Date: 2010-05-04 15:13:12 UTC
  • Revision ID: cjwatson@canonical.com-20100504151312-664dfv9uibyk14fe
add CONF.sh bits for maverick; copy lucid -> maverick elsewhere

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
chooser=textmenu
 
2
default=Live
 
3
delay=20
 
4
prompt
 
5
relocatable
 
6
 
 
7
message=/efi/boot/elilo_menu.msg
 
8
f1=/efi/boot/general.msg
 
9
f2=/efi/boot/params.msg
 
10
 
 
11
image=/linux
 
12
    label=Live
 
13
    description="Linux [Live]"
 
14
    initrd=/initrd.gz
 
15
    root=/dev/ram
 
16
    append="boot=casper quiet splash --"
 
17
    read-only
 
18
 
 
19
image=/linux
 
20
    label=LiveSerial
 
21
    description="Linux [Live] [serial console]"
 
22
    initrd=/initrd.gz
 
23
    root=/dev/ram
 
24
    append="boot=casper console=ttyS0 --"
 
25
    read-only
 
26
 
 
27
image=/linux
 
28
    label=Check
 
29
    description="Check disc for defects"
 
30
    initrd=/initrd.gz
 
31
    root=/dev/ram
 
32
    append="boot=casper integrity-check quiet splash --"
 
33
    read-only