Giter Site home page Giter Site logo

edit-initramfs's Introduction

edit-initramfs.sh - A simple initramfs editor

edit-initramfs.sh is a simple script to extract, edit, and rebuild an initramfs image. This makes it easy to quickly make edits to the contents of an initramfs. The script works in a three step process:

  1. Extract the initramfs image to a empty directory
  2. Edit the extracted initramfs files
  3. Rebuild a new initramfs image

Usage:

Extract initramfs:

edit-initramfs.sh  INITRAMFS_IMAGE  EXTRACTED_INITRAMFS_DIR

Rebuild initramfs:

edit-initramfs.sh  EXTRACTED_INITRAMFS_DIR  NEW_INITRAMFS_IMAGE

Example:

mkdir /tmp/my_initramfs_files
edit-initramfs.sh initramfs.img /tmp/my_initramfs_files
echo hello world > /tmp/my_initramfs_files/part1/etc/hello.txt
edit-initramfs.sh /tmp/my_initramfs_files new_initramds.img

edit-initramfs.sh is distributed under the terms of the MIT license. All new contributions must be made under this license.

LLNL-CODE-850891

edit-initramfs's People

Contributors

tonyhutter avatar

Stargazers

Zans avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.