File: control

package info (click to toggle)
debirf 0.38
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 232 kB
  • sloc: sh: 813; makefile: 37
file content (45 lines) | stat: -rw-r--r-- 1,363 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
40
41
42
43
44
45
Source: debirf
Section: admin
Priority: optional
Maintainer: Jameson Graef Rollins <jrollins@finestructure.net>
Uploaders:
 Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
Build-Depends:
 debhelper (>= 11~),
 tar (>= 1.28),
Standards-Version: 4.1.3
Homepage: http://cmrg.fifthhorseman.net/wiki/debirf
Vcs-Git: https://salsa.debian.org/debian/debirf.git
Vcs-Browser: https://salsa.debian.org/debian/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.