initial commit

This commit is contained in:
lw-everestlinux
2022-08-02 16:04:08 -04:00
parent 196094d9e1
commit 015a3d29c7
8 changed files with 340 additions and 0 deletions

17
scripts/build-settings Executable file
View File

@@ -0,0 +1,17 @@
#!/bin/sh
# Settings for the Everest installation
# Variable pointing to the Everest build directory
export EVEREST=/mnt/everest
# Location of the Everest build directory
export EVEREST_BUILD_DIR=/mnt/everest
# Root partition to build the system on
export EVEREST_ROOT=
# Boot partition for the system
export EVEREST_BOOT=
# Shell for the build user
export EVEREST_BUILD_SHELL=/bin/bash