- 27 Aug, 2022 1 commit
-
-
Victor Westerhuis authored
-
- 26 Aug, 2022 5 commits
-
-
Victor Westerhuis authored
-
Victor Westerhuis authored
-
Victor Westerhuis authored
-
Victor Westerhuis authored
-
Victor Westerhuis authored
Gbp-Dch: Ignore
-
- 25 Aug, 2022 3 commits
-
-
Victor Westerhuis authored
-
Victor Westerhuis authored
-
-
- 12 Sep, 2017 2 commits
-
-
Christian Seiler authored
-
Free Ekanayaka authored
-
- 25 Jul, 2017 2 commits
-
-
Christian Seiler authored
-
Christian Seiler authored
Closes: #869668
-
- 27 Nov, 2016 9 commits
-
-
Christian Seiler authored
-
Christian Seiler authored
-
Christian Seiler authored
In kernel 4.8 the vsyscall emulation framework was removed, and the new interface is only supported in dietlibc 0.33 or higher. To make sure the code is never built against older versions, bump the Build-Depends. Closes: #845937
-
Christian Seiler authored
Intel microcode has special alignment requirements that cannot be fulfilled with the current cpio logic. Instead of trying to do this manually, rely on iucode_tool to generate an early-initramfs CPIO image. For a detailed explanation, please read Debian bug #840255. An arbitrary number of early-initramfs CPIO images can be prepended to the initramfs itself, so this logic won't interfere with other early-initramfs image logic. Closes: #840255
-
Christian Seiler authored
dietlibc is now available on all release architectures and most ports. There is currently no architecture where dietlibc is not available but musl isn't.
-
Christian Seiler authored
Git-Dch: ignore
-
Christian Seiler authored
-
Christian Seiler authored
-
Christian Seiler authored
-
- 17 Mar, 2016 2 commits
-
-
Christian Seiler authored
-
Christian Seiler authored
Git-Dch: Ignore
-
- 28 Feb, 2016 6 commits
-
-
Christian Seiler authored
-
Christian Seiler authored
It conflicts with the default initramfs-tools (Priority: optional) and should hence be Priority: extra as per policy, section 2.5.
-
Christian Seiler authored
-
Christian Seiler authored
-
Christian Seiler authored
-
Christian Seiler authored
Thanks: Jakub Wilk
-
- 28 Jan, 2016 1 commit
-
-
Christian Seiler authored
-
- 27 Jan, 2016 1 commit
-
-
Christian Seiler authored
-
- 26 Jan, 2016 4 commits
-
-
Christian Seiler authored
-
Christian Seiler authored
-
Christian Seiler authored
-
Christian Seiler authored
-
- 23 Jan, 2016 4 commits
-
-
Christian Seiler authored
Upstream version 0.1
-
Christian Seiler authored
-
Christian Seiler authored
Add support for loading modules in tiny-initramfs. The support is extremely simple, it just looks for a file /modules in the initramfs image, where each line should be the absolute path (within the initramfs image) to the module file name, followed optionally by a space and the options. No dependency resolution is performed, the modules are loaded in the order they are specified in the /modules file. The construction of the initramfs image should take care of the proper order of the modules and adding all required dependencies. If a module cannot be loaded, an error message will be shown, but tiny-initramfs will still try to mount the root file system.
-
Christian Seiler authored
Install the binary as init (in pkglibexecdir) instead of tiny_initramfs and add support for variants (init-$VARIANT) that may be passed to configure. That way, builds of tiny-initramfs with different compile time options may be installed simultaneously on a given system.
-