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

« back to all changes in this revision

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

  • Committer: Colin Watson
  • Date: 2008-04-25 09:27:03 UTC
  • Revision ID: cjwatson@canonical.com-20080425092703-zcopalt3rjmoj9ec
add CONF.sh bits for intrepid; copy hardy -> intrepid elsewhere

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
partition=1
 
2
timeout=600
 
3
message=/boot/ubuntu.txt
 
4
default=install
 
5
initrd=/boot/initrd.gz
 
6
initrd-size=16384
 
7
root=/dev/ram
 
8
 
 
9
# Standard boot images
 
10
image[sun4u]=/boot/sparc64
 
11
  label=install
 
12
  append="${DEFAULT_PRESEED} quiet --"
 
13
 
 
14
# Expert boots
 
15
image[sun4u]=/boot/sparc64
 
16
  label=expert
 
17
  append="${DEFAULT_PRESEED} priority=low --"
 
18
 
 
19
# Command-line install boots
 
20
image[sun4u]=/boot/sparc64
 
21
  label=cli
 
22
  append="file=/cdrom/preseed/cli.seed --"
 
23
 
 
24
image[sun4u]=/boot/sparc64
 
25
  label=cli-expert
 
26
  append="file=/cdrom/preseed/cli.seed priority=low --"
 
27
 
 
28
# Rescue boots
 
29
image[sun4u]=/boot/sparc64
 
30
  label=rescue
 
31
  append="rescue/enable=true --"
 
32
 
 
33
# Media integrity check
 
34
image[sun4u]=/boot/sparc64
 
35
  label=check
 
36
  append="MENU=/bin/cdrom-checker-menu --"