Skip to content

kumarkan/mkrootfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkrootfs

Build your own rootfs image. Currently this app supports busybox or minrootfs types.

Usage:

makerootfs [OPTIONS] TYPE

Options:
  -c, --config-file PATH          Rootfs config file
  --debug / --no-debug
  -s, --src-dir PATH
  -i, --install-dir PATH
  --adb-gadget TEXT...            Manufacturer, Product, VendorId, ProductId
  --zero-gadget / --no-zero-gadget
                                  Add zero gadget support
  --out-type [ext2|ext3|ext4|cpio]
                                  Output image type
  --out-image PATH                Output image file
  --kmod-dir TEXT                 Kernel modules directory
  --sync-dir PATH                 Rootfs update directory
  --help                          Show this message and exit.

About

Build your own rootfs image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 75.4%
  • Python 24.6%