aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-06-09 02:24:02 +0300
committerChristos.K <freedomrfox@gmail.com>2017-06-09 02:24:02 +0300
commitab403e48879ce350c53eb5f25b6e9964d6848865 (patch)
treedf6a1183b50c501728fb31a5491330e39c26dc56 /scripts/chroot_scripts
parentIncluded functions (diff)
downloadGSE-ab403e48879ce350c53eb5f25b6e9964d6848865.tar.gz
GSE-ab403e48879ce350c53eb5f25b6e9964d6848865.tar.bz2
GSE-ab403e48879ce350c53eb5f25b6e9964d6848865.zip
Removed old files
Diffstat (limited to 'scripts/chroot_scripts')
-rwxr-xr-xscripts/chroot_scripts/chprint_inf28
-rwxr-xr-xscripts/chroot_scripts/chsinit_mon24
-rwxr-xr-xscripts/chroot_scripts/chsinprog12
3 files changed, 0 insertions, 64 deletions
diff --git a/scripts/chroot_scripts/chprint_inf b/scripts/chroot_scripts/chprint_inf
deleted file mode 100755
index da9ca78..0000000
--- a/scripts/chroot_scripts/chprint_inf
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/bash
-
-# Error messages
-case $1 in
- 1)
- echo -e "[\e[32m*\e[0m] \e[34mDone\e[0m";;
- 2)
- echo -e "[\e[31m*\e[0m] \e[31mFAILED\e[0m";;
- 3)
- clear
- echo "If this message is printed while using the Maim Menu"
- echo "That means essential files are altered or something bad is happening."
- echo
- echo "Please run a health-check from the ~Main Menu~ and a Version check first."
- echo "If you see this again after the health/version check, please submit a bug report"
- echo "and stop using the program, or data loss may occur."
- echo
- echo "Exiting..."
- sleep 2
- exit 1;;
- 4)
- echo -e "[\e[31m*\e[0m] [\e[31mERROR\e[0m: Wrong parameters"
- exit 1;;
- 5)
- echo -e "[\e[31m*\e[0m] Failed getting version";;
- 6)
- echo -e "[\e[31m*\e[0m] FATAL";;
-esac
diff --git a/scripts/chroot_scripts/chsinit_mon b/scripts/chroot_scripts/chsinit_mon
deleted file mode 100755
index 0409d62..0000000
--- a/scripts/chroot_scripts/chsinit_mon
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/bash
-
-# PROCESS FLOW TWEAKER. DO NOT EDIT THIS.
-case "$1" in
- 1)
- sed -i -e 's/WEBRSYNC=0/WEBRSYNC=1/g' "${CHDIR}/chsinprog";;
- 2)
- sed -i -e 's/BOOTSTRAP=0/BOOTSTRAP=1/g' "${CHDIR}/chsinprog";;
- 3)
- sed -i -e 's/REBUILD=0/REBUILD=1/g' "${CHDIR}/chsinprog";;
- 4)
- sed -i -e 's/CONFIGURE=0/CONFIGURE=1/g' "${CHDIR}/chsinprog";;
- 5)
- sed -i -e 's/INSTALL=0/INSTALL=1/g' "${CHDIR}/chsinprog";;
- rn)
- sed -i -e 's/RUNLEVEL=0/RUNLEVEL=1/g' "${CHDIR}/chsinprog";;
- kern)
- sed -i -e 's/KERNEL=0/KERNEL=1/g' "${CHDIR}/chsinprog";;
- initramfs)
- sed -i -e 's/INITRAMFS=0/INITRAMFS=1/g' "${CHDIR}/chsinprog";;
- portage)
- sed -i -e 's/PORTAGE=0/PORTAGE=1/g' "${CHDIR}/chsinprog";;
- dn) ;;
-esac
diff --git a/scripts/chroot_scripts/chsinprog b/scripts/chroot_scripts/chsinprog
deleted file mode 100755
index a408528..0000000
--- a/scripts/chroot_scripts/chsinprog
+++ /dev/null
@@ -1,12 +0,0 @@
-# Don't edit this file manually. It controls the flow of the chroot stage
-WEBRSYNC=0
-PORTAGE=0
-BOOTSTRAP=1
-REBUILD=0
-CONFIGURE=0
-INSTALL=0
-RUNLEVEL=0
-KERNEL=0
-INITRAMFS=0
-CLEAN=0
-MANUAL=0