~ubuntu-branches/debian/jessie/arcboot/jessie

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Guido Guenther
  • Date: 2004-03-02 12:01:14 UTC
  • Revision ID: james.westby@ubuntu.com-20040302120114-0pukal9hlpt3k0l7
Tags: 0.3.8.1
correct subarch detection for IP32

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: arcboot
 
2
Section: admin
 
3
Priority: optional
 
4
Maintainer: Guido Guenther <agx@debian.org>
 
5
Build-Depends: debhelper (>=4.1.16), gcc-2.95
 
6
Build-Conflicts: e2fslibs-dev
 
7
Standards-Version: 3.6.1
 
8
 
 
9
Package: arcboot
 
10
Architecture: mips
 
11
Depends: ${misc:Depends}, dvhtool
 
12
Description: Bootloader for SGI/MIPS IP22 machines
 
13
 arcboot is a bootloader for SGI/MIPS IP22 machines like the Indy or Indigo2.
 
14
 It is able to boot the Linux kernel from ext2 and ext3 filesystems which makes
 
15
 putting the kernel into the volume header obsolete.
 
16
 It is currently not capable of booting IRIX or to boot from iso9660 CDROMs
 
17
 though.
 
18
 
 
19
Package: tip22
 
20
Architecture: mips
 
21
Depends: ${misc:Depends}, binutils | binutils-multiarch
 
22
Description: Tftp boot image builder for SGI/MIPS IP22 machines
 
23
 tip22 is used to merge kernel and initrd into one bootable ecoff image. This
 
24
 image also contains a small bootloader that copies the kernel to it's
 
25
 loadaddress and appends the ramdisk. This is useful for booting via tftp or
 
26
 from a CDROM. It is currently targeted for the IP22 subarchitecture but
 
27
 support for other subarchitectures and output formats can easily be added.