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

« back to all changes in this revision

Viewing changes to data/maverick/yaboot/yaboot.conf.check-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
 
 
2
# PowerPC subarch
 
3
image=/casper/powerpc/vmlinux
 
4
        label=check
 
5
        alias=check-powerpc
 
6
        initrd=${CASPER_POWERPC_INITRD}
 
7
        append="boot=casper integrity-check quiet splash --"
 
8
        initrd-size=1048576
 
9
        read-only
 
10
 
 
11
# PowerPC64 subarch
 
12
image[macrisc4]=/casper/powerpc64/vmlinux
 
13
        label=check
 
14
        initrd=${CASPER_POWERPC64_INITRD}
 
15
        append="boot=casper integrity-check quiet splash --"
 
16
        initrd-size=1048576
 
17
        read-only
 
18
 
 
19
image=/casper/powerpc64/vmlinux
 
20
        label=check-powerpc64
 
21
        initrd=${CASPER_POWERPC64_INITRD}
 
22
        append="boot=casper integrity-check quiet splash --"
 
23
        initrd-size=1048576
 
24
        read-only