home: hub: mkinitfs

Clone

clone: git://tcp80.org/grobe0ba/mkinitfs gits://tcp80.org/grobe0ba/mkinitfs
push: hjgit://tcp80.org/grobe0ba/mkinitfs

Last commit

a512e436 – grobe0ba <grobe0ba@tcp80.org> authored on 2023/05/23 09:30
init: support for booting from an aoe device

About

# mkinitfs

This is the initramfs generator for Alpine Linux, including support for apk and 
Alpine Diskless boot.

## Dependencies

To compile manually, you need to have the following build tools available:

- make
- gcc with musl and kernel-headers

nlplug-findfs will link against the following libraries (runtime deps):

- libkmod
- libblkid (from util-linux)
- libcryptsetup

## Installation

Build mkinitfs via `make` and install it via `make install`.
The installation honours the `DESTDIR` parameter to overwrite the sysroot path.

For testing, its not necessary to install `mkinitfs` into your root file system.

## Tweaking

The Makefile is kept slim and debuggable.