~cyphermox/debian-cd/server-live

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
partition=1
timeout=600
message=/boot/debian.txt
default=linux
append="cdrom ramdisk_size=16384 devfs=mount rw"
initrd=/boot/initrd.gz
root=/dev/rd/0

# Standard boot images
image[sun4c,sun4d,sun4m]=/boot/sparc32
   label=linux
image[sun4u]=/boot/sparc64
   label=linux

# Rescue boots
image[sun4c,sun4d,sun4m]=/boot/sparc32
  label=rescue
  append="init=/bin/sh"
image[sun4u]=/boot/sparc64
  label=rescue
  append="init=/bin/sh"