8000 GitHub - kp-forks/mkinitfs: [MIRROR] Tool to create initramfs images
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kp-forks/mkinitfs

 
 

Repository files navigation

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

To run the tests you need:

  • kyua
  • lddtree

Installation

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

For testing, it is not necessary to install mkinitfs into your root file system.

Tweaking

The Makefile is kept slim and debuggable.

Testing

Run make check to run the tests.

Useful references:

About

[MIRROR] Tool to create initramfs images

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 45.7%
  • C 36.8%
  • Roff 12.5%
  • Makefile 5.0%
0