3 Commits

Author SHA1 Message Date
Marc André Tanner 58c15c6cda linux: synchronize used Alpine version
At the moment individual components are built using a specific Alpine
version (3.20.3) as specifed on the command line for the various docker
commands.

However, alpine-make-rootfs(1) was called with ALPINE_BRANCH=edge,
resulting in a newer initramfs than expected by indvividual packages
such as dislocker. This version mismatch caused runtime errors because
shared libraries were not found.

A fixed Alpine version was initially chosen in hope to get a more
stable/reproducable setup, but maybe it would make more sense to just
always use the latest stable version.

Should hopefully fix #6.
2025-05-15 08:57:02 +02:00
Marc André Tanner 3f841cbbcd Move initramfs generation into subfolder 2025-02-26 10:42:14 +01:00
Marc André Tanner bd07ff3052 Import initramfs generation scripts for bitpixie exploitation
It is based on a stripped down version of Filippo Valsorda's rootfs-free
immutable NAS project with various bitpixie related hacks added.

 https://words.filippo.io/dispatches/frood/
2025-01-31 16:40:19 +01:00