README.md: Add scripts section

This commit is contained in:
Nedko Arnaudov 2023-09-02 16:29:38 +03:00
parent 9092b985d5
commit 0781d0d74b
1 changed files with 7 additions and 0 deletions

View File

@ -3,10 +3,17 @@ Stagebuilder takes a Gentoo stage3 seed and turns it into a deployable stage4. I
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.