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>2018-01-01 00:53:19 -0500
commit103b48e15a88cf04532de2be5a6ea670e2886a4a (patch)
treed3e55346e2dc508c81be2bb7663c32d4aadd33e1 /configs/profile/root-image/etc
parent9214ac771aab8722bdda9e3eb72521c5f53269f8 (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