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

« back to all changes in this revision

Viewing changes to data/jaunty/yaboot/yaboot.conf.check

  • Committer: Colin Watson
  • Date: 2008-10-31 12:33:26 UTC
  • Revision ID: cjwatson@canonical.com-20081031123326-lati74gj8qvgw4b6
add CONF.sh bits for jaunty; copy intrepid -> jaunty elsewhere

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# PowerPC subarch
 
3
image=/install/powerpc/vmlinux
 
4
        label=check
 
5
        alias=check-powerpc
 
6
        initrd=/install/powerpc/initrd.gz
 
7
        append="MENU=/bin/cdrom-checker-menu --"
 
8
        initrd-size=8192
 
9
        read-only
 
10
 
 
11
image=/install/powerpc/vmlinux
 
12
        label=rescue
 
13
        alias=rescue-powerpc
 
14
        initrd=/install/powerpc/initrd.gz
 
15
        append="rescue/enable=true --"
 
16
        initrd-size=8192
 
17
        read-only
 
18
 
 
19
# PowerPC64 subarch
 
20
image[macrisc4]=/install/powerpc64/vmlinux
 
21
        label=check
 
22
        initrd=/install/powerpc64/initrd.gz
 
23
        append="MENU=/bin/cdrom-checker-menu --"
 
24
        initrd-size=8192
 
25
        read-only
 
26
 
 
27
image=/install/powerpc64/vmlinux
 
28
        label=check-powerpc64
 
29
        initrd=/install/powerpc64/initrd.gz
 
30
        append="MENU=/bin/cdrom-checker-menu --"
 
31
        initrd-size=8192
 
32
        read-only
 
33
 
 
34
image[macrisc4]=/install/powerpc64/vmlinux
 
35
        label=rescue
 
36
        initrd=/install/powerpc64/initrd.gz
 
37
        append="rescue/enable=true --"
 
38
        initrd-size=8192
 
39
        read-only
 
40
 
 
41
image=/install/powerpc64/vmlinux
 
42
        label=rescue-powerpc64
 
43
        initrd=/install/powerpc64/initrd.gz
 
44
        append="rescue/enable=true --"
 
45
        initrd-size=8192
 
46
        read-only