File: control

package info (click to toggle)
pxe-kexec 0.2.4-3
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,216 kB
  • ctags: 472
  • sloc: cpp: 3,030; ansic: 349; sh: 15; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 844 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
Source: pxe-kexec
Section: admin
Priority: extra
Maintainer: Dave Walker (Daviey) <DaveWalker@ubuntu.com>
Build-Depends: cmake,
               debhelper (>= 8),
               kexec-tools,
               libcurl4-gnutls-dev,
               libncurses5-dev,
               libreadline-dev
Standards-Version: 3.9.3
Homepage: http://developer.berlios.de/projects/pxe-kexec/

Package: pxe-kexec
Architecture: linux-any
Depends: kexec-tools, ${misc:Depends}, ${shlibs:Depends}
Description: Fetch PXE configuration file and netboot using kexec
 Tool that fetches PXE configuration file (SysLinux' PXELinux format),
 prompts the user for a boot entry (label), (supports interactive
 editing of the kernel parameters), downloads the selected kernel and
 initrd over the network using TFTP, FTP or HTTP and finally reboots
 into the kernel using kexec.