summaryrefslogtreecommitdiff
path: root/configs/talking-parabola-openrc/root-image/root/customize_root_image.sh
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2017-10-16 18:52:38 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2017-11-16 11:13:13 -0500
commitcfb9207ead40dc9b12e37578fab2641f213b3640 (patch)
treea68275b10d8dba78a79803984661ba1ade985067 /configs/talking-parabola-openrc/root-image/root/customize_root_image.sh
parentf1a8d3007a018cde15b6c49f761a9eac2543a23c (diff)
delete edition-specific configs
* the original intention was for each edition on separate branches * this commit builds only the main CLI ISO as originally intended * preparing for editions to be specified as CLI args to master script
Diffstat (limited to 'configs/talking-parabola-openrc/root-image/root/customize_root_image.sh')
-rwxr-xr-xconfigs/talking-parabola-openrc/root-image/root/customize_root_image.sh22
1 files changed, 0 insertions, 22 deletions
diff --git a/configs/talking-parabola-openrc/root-image/root/customize_root_image.sh b/configs/talking-parabola-openrc/root-image/root/customize_root_image.sh
deleted file mode 100755
index 4ff8528..0000000
--- a/configs/talking-parabola-openrc/root-image/root/customize_root_image.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-set -e -u
-
-sed -i 's/#\(en_US\.UTF-8\)/\1/' /etc/locale.gen
-locale-gen
-
-ln -sf /usr/share/zoneinfo/UTC /etc/localtime
-
-usermod -s /usr/bin/zsh root
-cp -aT /etc/skel/ /root/
-
-useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /usr/bin/zsh parabola
-
-chmod 750 /etc/sudoers.d
-chmod 440 /etc/sudoers.d/g_wheel
-
-sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
-
-systemctl enable multi-user.target pacman-init.service choose-mirror.service livecd-alsa-unmuter.service brltty.service
-
-sed -i "s/_DATE_/${iso_version}/" /etc/motd