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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# DECstations with R4000 CPU
label=linux-kn04
  append="initrd=/boot/initrd.gz ramdisk_size=8192"
  image=/boot/vmlinux-r4k-kn04

# DECstations with R4000 CPU, expert mode
label=expert-kn04
  append="DEBCONF_PRIORITY=low initrd=/boot/initrd.gz ramdisk_size=8192"
  image=/boot/vmlinux-r4k-kn04

# DECstations with R3000 CPU
label=linux-kn02
  append="initrd=/boot/initrd.gz ramdisk_size=8192"
  image=/boot/vmlinux-r3k-kn02

# DECstations with R3000 CPU, expert mode
label=expert-kn02
  append="DEBCONF_PRIORITY=low initrd=/boot/initrd.gz ramdisk_size=8192"
  image=/boot/vmlinux-r3k-kn02