~xnox/debian-cd/s390x

« back to all changes in this revision

Viewing changes to data/vivid/yaboot/yaboot.conf.rescue

  • Committer: Colin Watson
  • Date: 2014-10-24 20:13:50 UTC
  • Revision ID: cjwatson@canonical.com-20141024201350-2vscksr5chvjhgyy
add CONF.sh bits for vivid; copy utopic → vivid elsewhere

Show diffs side-by-side

added added

removed removed

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