File: silo.conf

package info (click to toggle)
debian-cd 3.1.13
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,244 kB
  • sloc: sh: 4,925; perl: 3,730; makefile: 387
file content (35 lines) | stat: -rw-r--r-- 846 bytes parent folder | download | duplicates (27)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
partition=1
timeout=600
message=/boot/debian.txt
default=install

### sparc64 boot images
image[sun4u]=/boot/sparc64
   label=install
   initrd=/boot/initrd.gz
image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
   label=install

# sparc64 expert boots
image[sun4u]=/boot/sparc64
   label=expert
   initrd=/boot/initrd.gz
   append="debconf/priority=low"
image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
   label=expert

# sparc64 rescue boots
image[sun4u]=/boot/sparc64
   label=rescue
   initrd=/boot/initrd.gz
   append="rescue/enable=true"
image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
   label=rescue

# sparc64 auto-install boots
image[sun4u]=/boot/sparc64
   label=auto
   initrd=/boot/initrd.gz
   append="auto=true priority=critical"
image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
   label=auto