~cyphermox/debian-cd/ubuntu-server-live

« back to all changes in this revision

Viewing changes to data/artful/yaboot/yaboot.conf.workstation

  • Committer: Adam Conrad
  • Date: 2017-04-25 21:27:20 UTC
  • Revision ID: adconrad@0c3.net-20170425212720-re2dgv8stz51tyv8
Copy zesty -> artful, and add artful to CONF.sh

Show diffs side-by-side

added added

removed removed

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