Skip to content

Fork of Advanced Clustering's Bootimage

Notifications You must be signed in to change notification settings

samfrjn11/bootimage

 
 

Repository files navigation

bootimage

A set of scripts, etc. for making a bootable image that runs breakin.

Building with Github Actions

The Build job will run on every push. To make a new release, push a new tag.

Building on Docker

To generate the kernel and initramfs via Docker, start by building the build container:

docker build . -t bootimage:latest

Then, to build breakin and generate the kernel + initramfs + ISO, run:

docker run -v "${PWD}":/mnt/out -it bootimage:latest

Upon success, you'll have three files vmlinux, initramfs, and bootimg.iso in the current directory.

About

Fork of Advanced Clustering's Bootimage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.8%
  • Dockerfile 3.2%