Stagebuilder takes a Gentoo stage3 seed and turns it into a deployable stage4.
Go to file
Nedko Arnaudov 372f150c0a autobuild.sh: fix chroot_autobuild.sh invocation 2023-09-02 22:14:08 +03:00
README.md README.md: Add scripts section 2023-09-02 16:37:22 +03:00
autobuild.sh autobuild.sh: fix chroot_autobuild.sh invocation 2023-09-02 22:14:08 +03:00
chroot_autobuild.sh autobuild: fix unzip invocation 2023-09-02 22:06:05 +03:00
chroot_install.sh Remove --no-check-certificate parameter when invoking wget 2023-09-02 18:44:44 +03:00
cleanup_only.sh cleanup_only.sh: Incorporated improvements from autobuild. 2023-08-06 19:51:45 -04:00
install_dblinux.sh Remove --no-check-certificate parameter when invoking wget 2023-09-02 18:44:44 +03:00

README.md

stagebuilder

Stagebuilder takes a Gentoo stage3 seed and turns it into a deployable stage4. It is up to you to customize it to your own purposes. As provided here, it creates the stage4 tarball for decibel Linux (https://decibellinux.org).

Also provided are the installer files used for decibel Linux.

scripts

  • autobuild.sh and chroot_autobuild.sh Scripts for building a stage4
  • install_dblinux.sh and chroot_install.sh decibel Linux installer scripts for modern x86_64 EFI systems (EFI, grub, systemd).
  • cleanup_only.sh Use this script if you need to force autobuild to quit before it's done, or if autobuild exits unexpectedly.

license

LICENSE: GNU GPL v.3 (https://www.gnu.org/licenses/gpl-3.0.html#license-text)

DISCLAIMER: No warranties or guarantees are made. This code is provided as-is. Use at your own risk. decible Linux is built in a virtual machine so as not to adversely impact my own computers if anything goes wrong.

As a side note, NEVER try to manually rm -rf the stage4 build dir unless dev, sys, proc, and run have been umounted from it.

versioning

This software is not versioned.