aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: b3b2af93124d5c07e10667a3fa2df80d38d237e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: arcboot
Section: admin
Priority: optional
Maintainer: Guido Guenther <agx@sigxcpu.org>
Uploaders: Thiemo Seufer <ths@debian.org>
Build-Depends: debhelper (>=4.1.16), e2fslibs-dev
Vcs-Git: http://honk.sigxcpu.org/git/arcboot.git/
Standards-Version: 3.8.0

Package: arcboot
Architecture: mips
Depends: dvhtool, ${misc:Depends}
Description: Bootloader for MIPS based SGI IP22 and IP32 machines
 arcboot is a bootloader for SGI IP22 and IP32 machines like the Indy, Indigo2
 and O2. It is able to boot the Linux kernel from ext2 and ext3 filesystems.
 Support for other ARCS based subarchitectures can easily be added. It is
 currently not capable of booting IRIX or to boot from iso9660 CDROMs though.

Package: tip22
Architecture: mips
Depends: binutils, file
Description: Tftp boot image builder for MIPS based SGI IP22 and IP32 machines
 tip22 is used to merge kernel and initrd into one bootable image. This
 image also contains a small loader stub that copies the kernel to its
 load address and appends the ramdisk. This is useful for booting via tftp or
 from a CDROM. It is currently targeted for the IP22 and IP32 subarchitectures
 but support for other ARCS based subarchitectures can easily be added.