~cyphermox/debian-cd/server-live

« back to all changes in this revision

Viewing changes to data/etch/sparc/silo.conf

  • Committer: Colin Watson
  • Date: 2005-11-06 09:34:49 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:colin.watson@canonical.com--2005%debian-cd--ubuntu--0--patch-205
merge from upstream up to patch-771
Patches applied:

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-771
   Add etch stuff. Mostly copied unchanged from sarge, wit...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
partition=1
 
2
timeout=600
 
3
message=/boot/debian.txt
 
4
default=linux
 
5
append="cdrom ramdisk_size=16384 devfs=mount rw"
 
6
initrd=/boot/initrd.gz
 
7
root=/dev/rd/0
 
8
 
 
9
# Standard boot images
 
10
image[sun4c,sun4d,sun4m]=/boot/sparc32
 
11
   label=linux
 
12
image[sun4u]=/boot/sparc64
 
13
   label=linux
 
14
 
 
15
# Rescue boots
 
16
image[sun4c,sun4d,sun4m]=/boot/sparc32
 
17
  label=rescue
 
18
  append="init=/bin/sh"
 
19
image[sun4u]=/boot/sparc64
 
20
  label=rescue
 
21
  append="init=/bin/sh"