summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/etc
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2017-11-17 17:48:38 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2020-03-27 18:06:02 -0400
commitbdd0dd972efbe7ec895c07337a0003ea6095be55 (patch)
treed3e55346e2dc508c81be2bb7663c32d4aadd33e1 /configs/profile/root-image/etc
parent58f2f96f1d69bdcc9e7f8be4715b54118d89ae37 (diff)
include multiple per-init cli installers
Diffstat (limited to 'configs/profile/root-image/etc')
-rw-r--r--configs/profile/root-image/etc/skel/.bash_profile1
-rwxr-xr-xconfigs/profile/root-image/etc/skel/install-openrc-lxde.sh4
-rwxr-xr-xconfigs/profile/root-image/etc/skel/install-systemd-mate.sh4
-rwxr-xr-xconfigs/profile/root-image/etc/skel/install.sh4
4 files changed, 9 insertions, 4 deletions
diff --git a/configs/profile/root-image/etc/skel/.bash_profile b/configs/profile/root-image/etc/skel/.bash_profile
index 502a30a..15f0757 100644
--- a/configs/profile/root-image/etc/skel/.bash_profile
+++ b/configs/profile/root-image/etc/skel/.bash_profile
@@ -14,6 +14,7 @@ export DESKTOP_SESSION='_DESKTOP_SESSION_' # lxde
# set custom environment
sudo /root/.automated_script.sh
sudo /root/.language.sh
+sudo /root/.keymap.sh
export $(cat /etc/locale.conf)
diff --git a/configs/profile/root-image/etc/skel/install-openrc-lxde.sh b/configs/profile/root-image/etc/skel/install-openrc-lxde.sh
new file mode 100755
index 0000000..4267391
--- /dev/null
+++ b/configs/profile/root-image/etc/skel/install-openrc-lxde.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+
+sudo /root/install-openrc-lxde.sh
diff --git a/configs/profile/root-image/etc/skel/install-systemd-mate.sh b/configs/profile/root-image/etc/skel/install-systemd-mate.sh
new file mode 100755
index 0000000..d0ae159
--- /dev/null
+++ b/configs/profile/root-image/etc/skel/install-systemd-mate.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+
+sudo /root/install-systemd-mate.sh
diff --git a/configs/profile/root-image/etc/skel/install.sh b/configs/profile/root-image/etc/skel/install.sh
deleted file mode 100755
index b9182d6..0000000
--- a/configs/profile/root-image/etc/skel/install.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-
-sudo /root/.scriptsInstallation/install.sh