Go to file
2020-02-12 04:44:41 +03:00
config custom kernel version 2020-02-11 23:30:20 +03:00
generate correct if statements 2020-02-12 04:44:41 +03:00
init formatting 2020-02-11 21:02:23 +03:00
LICENSE Initial commit 2020-01-03 13:31:04 +00:00
mdev.conf busybox mdev and mdevd support 2020-01-28 18:13:42 +03:00
README.md update readme 2020-02-09 21:13:39 +00:00
storage-device busybox mdev and mdevd support 2020-01-28 18:13:42 +03:00

initramfs

Just another one implemetation of initramfs

Features

  • POSIX compliance
  • Easy configuration
  • LUKS
  • LVM
  • mdev,mdevd and eudev

Dependencies

Basic

busybox
kmod

Optional

cryptsetup - LUKS support
lvm2 - LVM support
util-linux - PARTUUID support

Installation

git clone https://github.com/illiliti/initramfs
cd initramfs

Configuration

TODO

License

Licensed under GPLv3

Exceptions:

The "mdev.conf" configuration file is modified version from "mdev-like-a-boss" project, Copyright (c) 2012-2020, Piotr Karbowski piotr.karbowski@gmail.com. Please consult the license notice in the file for terms and conditions.

The "storage-device" script from "mdev-like-a-boss" project, Copyright (c) 2012-2020, Piotr Karbowski piotr.karbowski@gmail.com. Please consult the license notice in the file for terms and conditions.