Coder Social home page Coder Social logo

dr-diem / bliss-initramfs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mykhaylo-/bliss-initramfs

0.0 1.0 0.0 6.76 MB

Generates an initramfs image with all files needed to boot your Gentoo Linux system installed on Encrypted/OpenZFS. This program was designed as a simple alternative to genkernel for this use case.

Home Page: https://silvester.org.uk/2019/07/01/upgrading-the-gentoo-kernel-when-running-zfs-on-an-nvme-ssd

License: Other

Shell 23.24% Python 76.76%

bliss-initramfs's Introduction

Bliss Initramfs 9.4.1

Jonathan Vasquez (fearedbliss)

Designed for Gentoo Linux

Maintained by Ian Silvester (dr-diem)

Description

Generates an initramfs image with all files needed to boot your Gentoo Linux system installed on Encrypted/OpenZFS. This program was designed as a simple alternative to genkernel for this use case.

Usage

All you need to do is run the application and pass it the kernel you want to build the initramfs for. That's it!

$ ./mkinitrd.py -k $(uname -r)

License

Released under the Simplified BSD License.

Dependencies

Please have the following installed:

Required Dependencies

  • dev-lang/python 3.6+
  • app-arch/cpio
  • app-shells/bash
  • sys-apps/kmod (lzma support required to read compressed kernel modules)
  • sys-apps/grep
  • app-arch/gzip
  • sys-fs/zfs
  • sys-fs/zfs-kmod
  • sys-fs/udev OR sys-fs/eudev OR sys-apps/systemd (UUIDs, Labels, etc)
  • sys-apps/kbd (Keymap support)

For more information/instructions check the USAGE file.

Contributions

Poetry (Virtual Environments & Dependency Management)

You can easily install Poetry on your machine and then run poetry install from the root of this repository to have poetry automatically create a virtual environment and install any Python based dependencies for the project (Including all development dependencies like black and beautysh).

Black (Code Formatting - Python)

If making changes to any Python code, make sure to run black on the code. The correct black version should have been installed after having ran poetry install.

Beautysh (Code Formatting - Bash)

If making changes to any bash files (i.e files/init), please run beautysh on that file and re-test your changes. If it still works, you can submit your PR.

bliss-initramfs's People

Contributors

fearedbliss avatar privb0x23 avatar arantius avatar dr-diem avatar spacerunner5 avatar prometheanfire avatar

Watchers

Aaron Torres 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.