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
|
Source: debootstick
Section: admin
Priority: optional
Maintainer: Etienne Dublé <etienne.duble@gmail.com>
Build-Depends: debhelper-compat (= 13)
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: https://drakkar-lig.github.io/debootstick
Vcs-Git: https://github.com/drakkar-lig/debootstick.git
Vcs-Browser: https://github.com/drakkar-lig/debootstick
Package: debootstick
Architecture: amd64 i386
Depends: ${misc:Depends}, lvm2, kpartx, grub-efi-amd64-bin,
grub-efi-ia32-bin, uuid-runtime, gdisk, dosfstools, e2fsprogs,
qemu-user-static
Suggests: debootstrap, kvm
Description: Turn a chroot environment into a bootable image
debootstick is used to generate a bootable image from a Debian
or Ubuntu chroot environment (such as one generated with
debootstrap, docker export, etc.).
This image should then be copied to a USB stick or disk and
used to boot any amd64 machine (BIOS- or UEFI-based).
debootstick can also generate an SD card image for a
raspberry pi board.
The embedded system is ready to be started live (no
installation procedure needed), and is fully upgradeable
(kernel and bootloader included).
|