All Projects → alpinelinux → mkinitfs

alpinelinux / mkinitfs

Licence: other
[MIRROR] Tool to create initramfs images

Programming Languages

shell
77523 projects
c
50402 projects - #5 most used programming language
Roff
2310 projects
Makefile
30231 projects

Projects that are alternatives of or similar to mkinitfs

code-server
Non-root Docker image running Debian and code-server.
Stars: ✭ 76 (+105.41%)
Mutual labels:  alpine-linux
docker-alpine-pandoc-ja
Pandoc for Japanese based on Alpine Linux
Stars: ✭ 14 (-62.16%)
Mutual labels:  alpine-linux
lnmp-docker
Docker for LNMP ( Alpine Linux + PHP7 + Nginx+ Supervisor + Crontab ) 开发环境镜像
Stars: ✭ 23 (-37.84%)
Mutual labels:  alpine-linux
netty-tcnative-alpine
Build netty-tcnative native binaries for Alpine Linux.
Stars: ✭ 20 (-45.95%)
Mutual labels:  alpine-linux
pi-factory
Bootstrap a bitcoin lightning box for Raspberry Pi 3 based on Alpine Linux
Stars: ✭ 17 (-54.05%)
Mutual labels:  alpine-linux
docker-dind-awscli
A Docker image for Docker-in-Docker (dind) with AWS CLI v2 awscli tool included
Stars: ✭ 36 (-2.7%)
Mutual labels:  alpine-linux
apostilas
Apostilas sobre diversos assuntos: PHP, PDO, MySQL, PHPOO, MVC, mobile, scratch, git, github, docker, vps, alpine linux, segurança na wev, servidores, etc
Stars: ✭ 49 (+32.43%)
Mutual labels:  alpine-linux
index
A PEP 503-compliant Python package index specifically providing wheels built for Alpine Linux
Stars: ✭ 26 (-29.73%)
Mutual labels:  alpine-linux
alpine
🐧 **Deprecated** PHP.earth Alpine Linux repository
Stars: ✭ 15 (-59.46%)
Mutual labels:  alpine-linux
alpine-php-fpm
Lightweight and optimised PHP-FPM (PHP 7.4, 8.0, 8.1) Docker images with essential extensions on top of latest Alpine Linux.
Stars: ✭ 53 (+43.24%)
Mutual labels:  alpine-linux
docker-ejtserver
EJT License Server Docker image
Stars: ✭ 18 (-51.35%)
Mutual labels:  alpine-linux
docker-alpine-arm
🗻 Build AlpineLinuxArm Docker Image for RaspberryPi
Stars: ✭ 20 (-45.95%)
Mutual labels:  alpine-linux
docker-linguist
GitHub Linguist Docker image
Stars: ✭ 24 (-35.14%)
Mutual labels:  alpine-linux
docker-lemp
A single container LEMP complete fullstack with latest release of PHP7.4.33, 8.0.26 & 8.1.13/8.2RC and MySQL, nginx, PostgreSQL, phalcon, swoole, mailcatcher, beanstalkd, elasticsearch, memcached, redis, adminer and all you ever need; on top alpine3.15
Stars: ✭ 106 (+186.49%)
Mutual labels:  alpine-linux
docker-healthchecks
Healthchecks Docker image
Stars: ✭ 17 (-54.05%)
Mutual labels:  alpine-linux
docker-dns-ad-blocker
A lightweight dnsmasq DNS server to block traffic to known ad servers with optional DNSCrypt support. Supports x86_64 and Raspberry Pi (armhf).
Stars: ✭ 78 (+110.81%)
Mutual labels:  alpine-linux
headless-chrome-alpine
A Docker container running headless Chrome
Stars: ✭ 26 (-29.73%)
Mutual labels:  alpine-linux
awall
[MIRROR] Alpine firewall configuration tool
Stars: ✭ 37 (+0%)
Mutual labels:  alpine-linux
alpine-prestashop
Prestashop running on Alpine Linux [Docker]
Stars: ✭ 13 (-64.86%)
Mutual labels:  alpine-linux
docker-alpine-nginx-pagespeed
Dockerized Nginx with PageSpeed Module on Alpine Linux
Stars: ✭ 28 (-24.32%)
Mutual labels:  alpine-linux

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].