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

« back to all changes in this revision

Viewing changes to data/maverick/yaboot/yaboot.conf.ltsp

  • 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=/install/powerpc/vmlinux
 
4
        label=ltsp-server
 
5
        alias=ltsp-server-powerpc
 
6
        initrd=/install/powerpc/initrd.gz
 
7
        append="file=/cdrom/preseed/ltsp.seed --"
 
8
        initrd-size=8192
 
9
        read-only
 
10
 
 
11
# PowerPC64 subarch
 
12
image[macrisc4]=/install/powerpc64/vmlinux
 
13
        label=ltsp-server
 
14
        initrd=/install/powerpc64/initrd.gz
 
15
        append="file=/cdrom/preseed/ltsp.seed --"
 
16
        initrd-size=8192
 
17
        read-only
 
18
 
 
19
image=/install/powerpc64/vmlinux
 
20
        label=ltsp-server-powerpc64
 
21
        initrd=/install/powerpc64/initrd.gz
 
22
        append="file=/cdrom/preseed/ltsp.seed --"
 
23
        initrd-size=8192
 
24
        read-only