summaryrefslogtreecommitdiff
path: root/src/backend/variables_jail.sh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-11-04 06:12:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-11-04 06:12:14 +0000
commit8fbf0baee6a6b82876d43cef4abc34d021252d25 (patch)
tree23103fd1ff0aae03ab20229a035573c1df16a5fa /src/backend/variables_jail.sh
parent8d25c02e51386bb0f463349e85400df9e07d94a7 (diff)
add Makefilev1.1710
Diffstat (limited to 'src/backend/variables_jail.sh')
-rw-r--r--src/backend/variables_jail.sh36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/backend/variables_jail.sh b/src/backend/variables_jail.sh
deleted file mode 100644
index 4a08a26..0000000
--- a/src/backend/variables_jail.sh
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/usr/bin/env bash
-
-export local distupstream="gentoo"
-export local distname="redcore"
-export local disttarget="desktop"
-export local distver="1"
-export local kernver="4.9.53-"$distname"-lts"
-
-export local jailx64=""$distname"_"$distver"_core_x64.squashfs"
-export local jailx64sum=""$jailx64".md5sum"
-
-export local ropath="rodir"
-export local rwpath="rwdir"
-export local workpath="workdir"
-export local overlaypath="overlaydir"
-
-export local jailuser="root"
-export local jailarch="x86_64"
-export local jailtarget="${@:2}"
-export local jailkernname="kernel-genkernel-"$jailarch"-"$kernver""
-export local jailramfsname="initramfs-genkernel-"$jailarch"-"$kernver""
-export local jailrootpath="$distname"-"$disttarget"-"$distver"-"$jailarch"
-export local jailsynctarget=""$jailrootpath"/rootfs"
-export local jailsyncsource="/tmp/"$jailrootpath""
-export local jailbootldrpath=""$jailrootpath"/boot/grub"
-export local jailefildrpath=""$jailrootpath"/efi/boot"
-export local jaildvdpath=""$jailrootpath"/CDroot"
-export local jailsquashfspath=""$jailrootpath"/LiveOS"
-export local jailrealfspath=""$jaildvdpath"/LiveOS"
-export local jailbootldrdlpath="/tmp/bootcore"
-export local jailbootldrcfgpath=""$jailbootldrdlpath"/cdroot/boot"
-export local jailmainportpath="/usr/ports/"$distupstream""
-export local jailaddonportpath="/usr/ports/"$distname""
-export local jailportcfgtarget="/etc/portage"
-export local jailportcfgsource="/opt/"$distname"-build/conf/intel/portage"
-export local jailportvcspath="/opt/"$distname"-build"