summaryrefslogtreecommitdiff
path: root/configs/profile/root-image
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2017-12-30 14:37:23 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2018-01-01 00:53:51 -0500
commit3e74065e7e917b657b52d8b934c6c86ad23460a6 (patch)
tree9d1ac590ee90739362904381b5140d7e92e146e7 /configs/profile/root-image
parent795b8df7108a65e836acffb093747b333927dbb8 (diff)
stash
Diffstat (limited to 'configs/profile/root-image')
-rw-r--r--configs/profile/root-image/root/customize_root_image-constants.inc6
-rwxr-xr-xconfigs/profile/root-image/root/customize_root_image.sh2
2 files changed, 5 insertions, 3 deletions
diff --git a/configs/profile/root-image/root/customize_root_image-constants.inc b/configs/profile/root-image/root/customize_root_image-constants.inc
index a334924..1e7fa20 100644
--- a/configs/profile/root-image/root/customize_root_image-constants.inc
+++ b/configs/profile/root-image/root/customize_root_image-constants.inc
@@ -9,7 +9,8 @@ readonly LOCALES="en_US\.UTF-8 \
readonly SYSTEMD_DELETE_FILES="/etc/conf.d/agetty.tty1 \
/etc/conf.d/hostname \
/etc/init.d/pacman-init \
- /etc/X11/Xwrapper.config"
+ /etc/X11/Xwrapper.config \
+/etc/systemd/system/pacman-init.service "
readonly OPENRC_DELETE_FILES="/etc/hostname \
/etc/systemd/scripts/choose-mirror \
/etc/systemd/system/choose-mirror.service \
@@ -17,8 +18,7 @@ readonly OPENRC_DELETE_FILES="/etc/hostname
/etc/systemd/system/getty@tty1.service.d/autologin.conf \
/etc/systemd/system/pacman-init.service "
readonly SYSTEMD_SERVICES_ALL="choose-mirror.service \
- multi-user.target \
- pacman-init.service "
+ multi-user.target "
readonly SYSTEMD_SERVICES_GUI="NetworkManager.service"
readonly OPENRC_SERVICES_ALL="dbus \
haveged \
diff --git a/configs/profile/root-image/root/customize_root_image.sh b/configs/profile/root-image/root/customize_root_image.sh
index 1c979e8..0cd7c9e 100755
--- a/configs/profile/root-image/root/customize_root_image.sh
+++ b/configs/profile/root-image/root/customize_root_image.sh
@@ -21,6 +21,7 @@ sed -i "s|#Server|Server|" /etc/pacman.d/mirrorlist
if [[ "${arch}" == "i686" ]]
then echo "Server = https://repo.parabola.nu/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
fi
+echo "Server = https://parabola.isacdaavid.info:8081/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
# KLUDGE end
# KLUDGE begin temp until next calamares rebuild # FIXME:
# cp /etc/pacman.conf /etc/pacman-offline.conf ; cp /etc/pacman.conf /etc/pacman-online.conf
@@ -74,6 +75,7 @@ else # configure GUI login session and live user
fi
# configure desktop environment
+sed -i "s|.*octopi-notifier.*||" /home/${LIVE_USER}/.config/autostart/autostart-lxde.sh
sed -i "s|_EDITION_TITLE_|${PRETTY_NAME}|" /home/${LIVE_USER}/.config/autostart/autostart.sh
sed -i "s|,Don't show this again:0||" /home/${LIVE_USER}/.config/autostart/autostart.sh
sed -i "s|620x460|620x520|" /home/${LIVE_USER}/.config/autostart/autostart.sh