An open API service indexing awesome lists of open source software.

https://github.com/learnixos/mkinitramfs

script to create initramfs image for linux system and livecd
https://github.com/learnixos/mkinitramfs

Last synced: 8 months ago
JSON representation

script to create initramfs image for linux system and livecd

Awesome Lists containing this project

README

          

## mkinitramfs
script to create initramfs image for linux system and livecd

### Usage
```
Usage:
mkinitramfs [option] [argument]

Options:
-k custom kernel version
-o custom output name (default: initrd-4.19.66-LearnixOS.img)
-i custom init file (default: /usr/share/mkinitramfs/init.in)
-m add extra modules (comma separated)
-b add extra file (comma separated & absolute path)
-c use custom config (default: /etc/mkinitramfs.conf)
-A add extra hook (comma separated, precedence over -a, -s & HOOKS)
-a add extra hook (comma separated, precedence over -s & after HOOKS)
-s skip hook defined in HOOKS (comma separated)
-q quiet mode
-h print this help msg