File: control

package info (click to toggle)
debirf 0.37
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 224 kB
  • sloc: sh: 804; makefile: 37
file content (39 lines) | stat: -rw-r--r-- 1,430 bytes parent folder | download
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
28
29
30
31
32
33
34
35
36
37
38
39
Source: debirf
Section: admin
Priority: extra
Maintainer: Jameson Graef Rollins <jrollins@finestructure.net>
Uploaders: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Homepage: http://cmrg.fifthhorseman.net/wiki/debirf
Vcs-Git: https://anonscm.debian.org/git/collab-maint/debirf
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/debirf

Package: debirf
Architecture: all
Depends: apt,
         cpio,
         debootstrap,
         fakechroot,
         fakeroot,
         klibc-utils,
         xz-utils,
         ${misc:Depends}
Recommends: grub-common (>= 1.98+20100804) | isolinux,
            lsb-release,
            xorriso
Suggests: syslinux-common
Description: build a kernel and initrd to run Debian from RAM
 debirf (DEBian on Initial Ram Filesystem) is a set of tools designed
 to create and prepare a kernel and initial ram filesystem that can
 run a full-blown Debian environment entirely from RAM.
 .
 The kernel and initramfs pair created by debirf can be used for a
 myriad of purposes, from quick-and-easy system repair to diskless
 thin clients.  The kernel and initrd can be placed in your system
 boot partition, burnt to read-only media, or supplied by a netboot
 server.
 .
 The debirf tools use a module architecture which allows you to
 customize debirf for any possible purpose by specifying what
 components are included in the generated image.