altlinux / make-initrd

Creates an initramfs image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make-initrd

Build Status

make-initrd is a new, uevent-driven initramfs infrastructure based around udev.

The make-initrd is intended for creating initramfs images. The project consists of two main parts:

  • utility for creating initramfs;
  • utilities running inside the image at boot time.

Utility of imaging has a modular structure. Its main idea is that to create the image you need (in the simplest case) to specify a list of characteristics (features) of the future image. The order of features does not matter. The user is not required to know how and in what order will apply stage.

Build requires

To build a initramfs, you have to install the following software packages:

Optional:

Build

$ ./autogen.sh
$ ./configure
$ make
$ make install DESTDIR=/path/to/somewhere

If you want to use it in-tree:

$ ./configure --enable-local-build
$ make

Usage

The initramfs build process requires access to block devices and kernel modules, so it needs root privileges.

License

Make-initrd is licensed under the GNU General Public License (GPL), version 3.

About

Creates an initramfs image

License:GNU General Public License v3.0


Languages

Language:Shell 46.8%Language:C 42.0%Language:Makefile 9.7%Language:M4 1.4%