tiny-initramfs 0.1-5.1 source package in Ubuntu

Changelog

tiny-initramfs (0.1-5.1) unstable; urgency=high

  * Non-maintainer upload.
  * Decompress kernel modules included in initramfs. (Closes: #1063142)

 -- Victor Westerhuis <email address hidden>  Sun, 11 Feb 2024 11:48:39 +0100

Upload details

Uploaded by:
Christian Seiler
Uploaded to:
Sid
Original maintainer:
Christian Seiler
Architectures:
linux-any all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
tiny-initramfs_0.1-5.1.dsc 2.0 KiB b42178e02ed4bb3dfa7e8fea897fc32531c6c20e7339a9144f1cabb2b71b70b6
tiny-initramfs_0.1.orig.tar.xz 91.7 KiB 321c34bd492b2328f5bbfb718fe7a0d99b6d1281060bcb794fe33eff737c6452
tiny-initramfs_0.1-5.1.debian.tar.xz 16.3 KiB 27b59c6a30fd032d8114fe1f7005448bdbd3277707c35bf287e47337eac63b8f

Available diffs

No changes file available.

Binary packages built by this source

tiny-initramfs: 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.

tiny-initramfs-core: 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.

tiny-initramfs-core-dbgsym: debug symbols for tiny-initramfs-core