Updating config and scripts
This commit is contained in:
parent
c454f0f66f
commit
069ef7b55a
|
@ -16,8 +16,7 @@ function set_system_release() {
|
||||||
|
|
||||||
# ---- Setup Variables ---- #
|
# ---- Setup Variables ---- #
|
||||||
|
|
||||||
|
SCRIPT_PATH="$( cd "$(dirname "")" >/dev/null 2>&1 ; pwd -P )";
|
||||||
# Chroot path
|
|
||||||
CHROOT_PTH="./work/chroot"
|
CHROOT_PTH="./work/chroot"
|
||||||
|
|
||||||
# Resolution of Xephyr... ex: 1920x1080 or 1600x900, etc
|
# Resolution of Xephyr... ex: 1920x1080 or 1600x900, etc
|
||||||
|
@ -52,6 +51,7 @@ LIVE_USER=""
|
||||||
|
|
||||||
# ---- Call CONFIG Methods Here As Needed ---- #
|
# ---- Call CONFIG Methods Here As Needed ---- #
|
||||||
set_system_release;
|
set_system_release;
|
||||||
|
cd "${SCRIPT_PATH}";
|
||||||
|
|
||||||
|
|
||||||
# ---- DO NOT CHANGE OR REMOVE UNLESS YOU KNOW WHAT YOU ARE DOING ---- #
|
# ---- DO NOT CHANGE OR REMOVE UNLESS YOU KNOW WHAT YOU ARE DOING ---- #
|
||||||
|
|
3
start.sh
3
start.sh
|
@ -15,14 +15,11 @@ function main() {
|
||||||
./step_1_debootstrap.sh
|
./step_1_debootstrap.sh
|
||||||
# Then setup and run chroot
|
# Then setup and run chroot
|
||||||
# ./step_2_chroot.sh
|
# ./step_2_chroot.sh
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function sanity_check() {
|
function sanity_check() {
|
||||||
clear;
|
clear;
|
||||||
SCRIPTPATH="$( cd "$(dirname "")" >/dev/null 2>&1 ; pwd -P )";
|
|
||||||
cd "${SCRIPTPATH}";
|
|
||||||
echo "Working Dir: " $(pwd) "\n";
|
echo "Working Dir: " $(pwd) "\n";
|
||||||
|
|
||||||
# Make work structure
|
# Make work structure
|
||||||
|
|
Loading…
Reference in New Issue