Source: tiny-initramfs Section: utils Priority: optional Maintainer: Christian Seiler Build-Depends: debhelper (>= 10~), dietlibc-dev (>= 0.33) Standards-Version: 3.9.8 Homepage: https://github.com/chris-se/tiny-initramfs/ Vcs-Git: https://anonscm.debian.org/git/collab-maint/tiny-initramfs.git -b debian/master Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/tiny-initramfs.git Package: tiny-initramfs Architecture: all Priority: extra Provides: linux-initramfs-tool Depends: ${misc:Depends}, tiny-initramfs-core (>= ${binary:Version}), tiny-initramfs-core (<< ${binary:Version}+b+~) Conflicts: initramfs-tools, live-tools, dracut Description: Minimalistic initramfs implementation (automation) This package builds a bootable initramfs for Linux kernel packages. The initramfs is loaded along with the kernel and is responsible for mounting the root filesystem and starting the main init system. Package: tiny-initramfs-core Architecture: linux-any Multi-Arch: foreign Depends: cpio, ${shlibs:Depends}, ${misc:Depends} Built-Using: ${Built-Using} Description: Minimalistic initramfs implementation (core tools) A very minimalistic initramfs implementation for booting Linux systems. It is designed for systems where a full initramfs (such as dracut or initramfs-tools) is too large, but where at least some functionality of an initramfs (e.g. mounting the /usr filesystem) is required. Without kernel modules it is less than 16 kiB in size. . tiny-initramfs has less features and is less extensible than full-fledged initramfs implementations, and supports only specific use cases. . This package contains the init binary as well as the mktirfs script that may be used to create working initramfs images, while not replacing the initramfs implementation used on the current system.