summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/root
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile/root-image/root')
-rw-r--r--configs/profile/root-image/root/.install-openrc-lxde/packages4
-rw-r--r--configs/profile/root-image/root/.install-systemd-mate/packages3
-rwxr-xr-xconfigs/profile/root-image/root/customize_root_image.sh2
3 files changed, 7 insertions, 2 deletions
diff --git a/configs/profile/root-image/root/.install-openrc-lxde/packages b/configs/profile/root-image/root/.install-openrc-lxde/packages
index b29de69..7cda0cf 100644
--- a/configs/profile/root-image/root/.install-openrc-lxde/packages
+++ b/configs/profile/root-image/root/.install-openrc-lxde/packages
@@ -1,6 +1,5 @@
base
systemd-libs-dummy
-opensysusers
parabola-base
gpm-openrc
haveged-openrc
@@ -12,7 +11,10 @@ openvpn-openrc
rsync-openrc
wpa_supplicant-openrc
bash-completion
+mc
+nano
p7zip
+screen
sudo
unarchiver
unzip
diff --git a/configs/profile/root-image/root/.install-systemd-mate/packages b/configs/profile/root-image/root/.install-systemd-mate/packages
index a07c6c0..6648a24 100644
--- a/configs/profile/root-image/root/.install-systemd-mate/packages
+++ b/configs/profile/root-image/root/.install-systemd-mate/packages
@@ -10,7 +10,10 @@ openvpn
rsync
wpa_supplicant
bash-completion
+mc
+nano
p7zip
+screen
sudo
unarchiver
unzip
diff --git a/configs/profile/root-image/root/customize_root_image.sh b/configs/profile/root-image/root/customize_root_image.sh
index 8c2c066..f82fe5f 100755
--- a/configs/profile/root-image/root/customize_root_image.sh
+++ b/configs/profile/root-image/root/customize_root_image.sh
@@ -26,7 +26,7 @@ LOG_CONFIG "pacman"
cp /etc/pacman-online.conf /etc/pacman.conf
# FIXME: https://labs.parabola.nu/issues/2576
# this LOC can be removed eventually after the new 'base' meta-package is stabilized
-pacman -R $(pacman -Qq | grep ^systemd-) netctl
+pacman -R $(pacman -Qq | grep ^systemd-)
LOG_CONFIG "services"