~ubuntu-branches/ubuntu/trusty/debian-cd/trusty-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Steve McIntyre, Steve McIntyre, Joey Hess, Ian Campbell, Raphaël Hertzog, Philipp Kern, Robert Millan
  • Date: 2012-05-04 16:13:42 UTC
  • Revision ID: package-import@ubuntu.com-20120504161342-xye3fqy6e51cbgq3
Tags: 3.1.8
[ Steve McIntyre ]
* Switch i386 kernel flavours again on advice from Ben:
  + Removed all mention of 686-bigmem as it's now gone
  + Added 686-pae onto CD#1 in place of 686
  + Leave the 486 kernel on CD#1 still, for people who can't use 686-pae
  + Add zfsutils into the generate_d-i+k_list for kfreebsd users.
* Add support for translated package description files. Closes: #495102
  + Add needed dependency on bzip2
  + Other minor cleanups in tools/make_disc_trees.pl
* Fix "expert" mode in yaboot for powerpc. Closes: #636265. Thanks to
  Milan Kupcevic for the patch.
* Update list of Linux kernel packages. Closes: #648690. Thanks to Ben
  Hutchings for the patch.
* Remove lots of old stuff neither needed nor supported any more:
  + removed architectures: alpha arm hppa
  + removed releases: etch lenny
  + removed unversioned data/sparc and data/yaboot, versioned
    equivalents are in place already.
* tools/generate_firmware_task: Add LOCALDEBS support
* Add more armel kernel flavours
* Add armhf as a known architecture, merging common armel/armhf boot
  setup scripts.
* Remove hppa boot script, unsupported now.
* Tweak command line options for creating source images: add -joliet-long

[ Joey Hess ]
* Read tasksel's debian-tasks.desc from its new location.

[ Ian Campbell ]
* Rename "xm-debian.cfg" to just "debian.cfg" for Xen config.

[ Raphaël Hertzog ]
* Changes triggered by various lintian warnings:
  + Switch to “3.0 (native)” source format to get rid of .svn
    directories in the source package (when built from the svn checkout
    directly)
  + Support build-arch/build-indep targets in debian/rules.
  + Drop executable rights from tools/boot/wheezy/boot-hurd
    (and fix debian/rules to not re-add it).
  + Bump Standards-Version to 3.9.2 (no change required).

[ Philipp Kern ]
* Add an extra tweaked version of d390.ins for s390 booting. The
  Hardware Management Console needs the file to be in the root
  directory.

[ Robert Millan ]
* Add kfreebsd 9. Closes: #650926
* Add graphical installer image for kfreebsd-amd64. Closes: #651530
* generate_d-i+k_list: Add ufutils. Closes: #662234

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=install
5
 
append="cdrom"
6
 
 
7
 
### sparc64 boot images
8
 
image[sun4u]=/boot/sparc64
9
 
   label=install
10
 
   initrd=/boot/initrd.gz
11
 
 
12
 
# sparc64 expert boots
13
 
image[sun4u]=/boot/sparc64
14
 
   label=expert
15
 
   initrd=/boot/initrd.gz
16
 
   append="debconf/priority=low"
17
 
 
18
 
# sparc64 rescue boots
19
 
image[sun4u]=/boot/sparc64
20
 
   label=rescue
21
 
   initrd=/boot/initrd.gz
22
 
   append="rescue/enable=true"
23
 
 
24
 
# sparc64 auto-install boots
25
 
image[sun4u]=/boot/sparc64
26
 
   label=auto
27
 
   initrd=/boot/initrd.gz
28
 
   append="auto=true priority=critical"
29
 
 
30
 
### sparc32 boot images
31
 
image[sun4c,sun4d,sun4m]=/boot/sparc32
32
 
   label=install
33
 
   initrd=/boot/initrd.gz
34
 
 
35
 
# sparc32 expert boots
36
 
image[sun4c,sun4d,sun4m]=/boot/sparc32
37
 
   label=expert
38
 
   initrd=/boot/initrd.gz
39
 
   append="debconf/priority=low"
40
 
 
41
 
# sparc32 rescue boots
42
 
image[sun4c,sun4d,sun4m]=/boot/sparc32
43
 
   label=rescue
44
 
   initrd=/boot/initrd.gz
45
 
   append="rescue/enable=true"
46
 
 
47
 
# sparc32 auto-install boots
48
 
image[sun4c,sun4d,sun4m]=/boot/sparc32
49
 
   label=auto
50
 
   initrd=/boot/initrd.gz
51
 
   append="auto=true priority=critical"