Skip to content

script to create initramfs image for linux system and livecd

License

Notifications You must be signed in to change notification settings

venomlinux/mkinitramfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkinitramfs

script to create initramfs image for linux system and livecd

Usage

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

About

script to create initramfs image for linux system and livecd

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages