tinyramfs icon indicating copy to clipboard operation
tinyramfs copied to clipboard

Tiny initramfs written in POSIX shell

Results 9 tinyramfs issues
Sort by recently updated
recently updated
newest added

I think the dependency of qemu-nbd prevents to run the test inside containers - e.g. as part of Github Actions for example. Perhaps this post can provide some ideas on...

* [x] **Cleanup/remove dirty code** - [x] Rework trap_helper() * [x] **Proper docs, man pages (scdoc)** * [X] ~~Event-based initramfs~~ impossible without sacrificing portability * [ ] TPM LUKS *...

documentation
enhancement

would this be possible? also: since root device can be automatically detected, so can the file system module for it. this could allow for configuration-less tinyramfs.

First try to merge this with tinyramfs. It only add support for overlayfs, but maybe works with aufs.

Tinyramfs always assumes its scripts and hooks are in /lib/tinyramfs, regardless of what you set LIBDIR to when doing a `make install`. This works in KISS Linux, because of the...

bug

> The kernel parses parameters from the kernel command line up to "--"; if it doesn't recognize a parameter and it doesn't contain a '.', the parameter gets passed to...

> The kernel parses parameters from the kernel command line up to "--"; if it doesn't recognize a parameter and it doesn't contain a '.', the parameter gets passed to...

on Void Linux, using https://github.com/void-linux/void-packages/pull/43061 and ``` $ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS nvme0n1 259:0 0 476.9G 0 disk ├─nvme0n1p1 259:1 0 512M 0 part /boot └─nvme0n1p2...

bug