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
- Host: GitHub
- URL: https://github.com/learnixos/mkinitramfs
- Owner: LearnixOS
- License: gpl-3.0
- Created: 2025-03-03T09:21:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T12:13:19.000Z (about 1 year ago)
- Last Synced: 2025-07-29T11:59:10.416Z (10 months ago)
- Language: Shell
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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