File: delo.conf

package info (click to toggle)
debian-cd 3.1.5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,532 kB
  • ctags: 138
  • sloc: sh: 6,174; perl: 2,352; makefile: 349
file content (19 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (39)
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