Develop to master #3

Merged
maximstewart merged 18 commits from develop into master 2020-05-02 11:14:56 +00:00
4 changed files with 2 additions and 5 deletions
Showing only changes of commit 069ef7b55a - Show all commits

View File

@ -16,8 +16,7 @@ function set_system_release() {
# ---- Setup Variables ---- #
# Chroot path
SCRIPT_PATH="$( cd "$(dirname "")" >/dev/null 2>&1 ; pwd -P )";
CHROOT_PTH="./work/chroot"
# Resolution of Xephyr... ex: 1920x1080 or 1600x900, etc
@ -52,6 +51,7 @@ LIVE_USER=""
# ---- Call CONFIG Methods Here As Needed ---- #
set_system_release;
cd "${SCRIPT_PATH}";
# ---- DO NOT CHANGE OR REMOVE UNLESS YOU KNOW WHAT YOU ARE DOING ---- #

View File

@ -15,14 +15,11 @@ function main() {
./step_1_debootstrap.sh
# Then setup and run chroot
# ./step_2_chroot.sh
}
function sanity_check() {
clear;
SCRIPTPATH="$( cd "$(dirname "")" >/dev/null 2>&1 ; pwd -P )";
cd "${SCRIPTPATH}";
echo "Working Dir: " $(pwd) "\n";
# Make work structure

0
step_1_debootstrap.sh Normal file → Executable file
View File

0
step_2_chroot.sh Normal file → Executable file
View File