source: trunk/debirf/debian/control @ 747

Last change on this file since 747 was 747, checked in by jrollins, 6 years ago

debirf: a *lot* of changes. see debian/changelog

File size: 1.1 KB
Line 
1Source: debirf
2Section: admin
3Priority: extra
4Maintainer: Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>
5Uploaders: Jameson Rollins <jrollins@fifthhorseman.net>
6Build-Depends: debhelper (>= 4)
7Standards-Version: 3.7.2.2
8Homepage: http://cmrg.fifthhorseman.net/wiki/debirf
9
10Package: debirf
11Architecture: all
12Depends: debootstrap, cpio, apt, fakeroot, fakechroot, busybox, klibc-utils
13Recommends: kernel-package, linux-patch-inittmpfs
14Description: build a kernel and initrd to run Debian from RAM
15 debirf (Debian on Initial Ram Filesystem) is a set of tools designed
16 to create and prepare a kernel and initial ram filesystem that can
17 run a full-blown Debian environment entirely from RAM.
18 .
19 The kernel and initrd pair created by debirf can be used for a myriad of
20 purposes, from quick-and-easy system repair to diskless thin clients.  The
21 kernel and initrd can be placed in your system boot partition, burnt to
22 read-only media, or supplied by a netboot server.
23 .
24 The debirf tools use a plugin architecture which allows you to customize
25 debirf for any possible purpose by specifying what components are included
26 in the generated image.
Note: See TracBrowser for help on using the repository browser.