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

« back to all changes in this revision

Viewing changes to data/natty/yaboot/yaboot.conf.oem

  • Committer: Colin Watson
  • Date: 2010-10-11 16:02:54 UTC
  • Revision ID: cjwatson@canonical.com-20101011160254-l98gfs814h83eh9i
add CONF.sh bits for natty; copy maverick -> natty elsewhere

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# PowerPC subarch 
 
3
image=/install/powerpc/vmlinux
 
4
        label=oem
 
5
        alias=oem-powerpc
 
6
        initrd=/install/powerpc/initrd.gz
 
7
        append="${DEFAULT_PRESEED} oem-config/enable=true quiet --"
 
8
        initrd-size=8192
 
9
        read-only
 
10
 
 
11
# PowerPC64 subarch
 
12
image[macrisc4]=/install/powerpc64/vmlinux
 
13
        label=oem
 
14
        initrd=/install/powerpc64/initrd.gz
 
15
        append="${DEFAULT_PRESEED} oem-config/enable=true quiet --"
 
16
        initrd-size=8192
 
17
        read-only
 
18
 
 
19
image=/install/powerpc64/vmlinux
 
20
        label=oem-powerpc64
 
21
        initrd=/install/powerpc64/initrd.gz
 
22
        append="${DEFAULT_PRESEED} oem-config/enable=true quiet --"
 
23
        initrd-size=8192
 
24
        read-only