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
|
Source: petitboot
Section: admin
Priority: optional
Maintainer: Geoff Levand <geoff@infradead.org>
Build-Depends: debhelper (>= 9),
autotools-dev,
kexec-tools,
libncurses-dev,
libtinfo-dev,
libtwin-dev,
libudev-dev,
pkg-config
Standards-Version: 3.9.4
Homepage: https://www.kernel.org/pub/linux/kernel/people/geoff/petitboot/petitboot.html
Vcs-Git: git://git.kernel.org/pub/scm/linux/kernel/git/geoff/petitboot.git
Vcs-Browser: http://git.kernel.org/cgit/linux/kernel/git/geoff/petitboot.git
Package: petitboot
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, kexec-tools
Recommends: wget, tftp-hpa
Suggests: ssh-client
Description: ncurses version of petitboot, a kexec based bootloader
Petitboot is a platform independent bootloader based on the Linux kexec warm
reboot mechanism. Petitboot supports loading kernel and initrd image files
from any mountable Linux device, plus can load image files from the network
using TFTP, NFS, HTTP, HTTPS, and SCP. Petitboot can boot any operating
system supported by kexec.
Package: petitboot-twin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, petitboot
Recommends: wget, tftp-hpa
Suggests: ssh-client
Description: Twin GUI version of petitboot, a kexec based bootloader
Petitboot is a platform independent bootloader based on the Linux kexec warm
reboot mechanism. Petitboot supports loading kernel and initrd image files
from any mountable Linux device, plus can load image files from the network
using TFTP, NFS, HTTP, HTTPS, and SCP. Petitboot can boot any operating
system supported by kexec.
|