From 0d5c488921e1911a5ebaf5d1a9ac3eeb1e72b188 Mon Sep 17 00:00:00 2001 From: David P Date: Wed, 26 Aug 2020 16:18:05 -0400 Subject: [openrc] airootfs: add/modify scripts to emulate its systemd counterparts, better than before New: * add choose-mirror to openrc profiles * add choose-mirror.start and etc-pacman.d-gnupg.start to openrc profiles * enable haveged in openrc profiles Fixed: * read the kernel cmdline in reflector NM dispatcher script and pacman-init.start * talkingparabola: a little improvement in .zlogin, discovered by shellcheck * Makefile: add talkingparabola's choose-mirror to the shellcheck'ed files Signed-off-by: David P --- Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1d51c5b..ba4ecc6 100644 --- a/Makefile +++ b/Makefile @@ -23,21 +23,28 @@ lint: scripts/run_parabolaiso.sh \ $(INSTALL_FILES) \ $(wildcard configs/*/build.sh) \ - $(wildcard configs/*/profiledef.sh) \ + $(wildcard configs/*/profiledef.sh) \ configs/releng/airootfs/root/.automated_script.sh \ configs/releng/airootfs/usr/local/bin/choose-mirror \ configs/releng-openrc/airootfs/root/.automated_script.sh \ configs/releng-openrc/airootfs/etc/local.d/pacman-init.start \ + configs/releng-openrc/airootfs/etc/local.d/choose-mirror.start \ + configs/releng-openrc/airootfs/etc/local.d/etc-pacman.d-gnupg.start \ configs/releng-openrc/airootfs/etc/NetworkManager/dispatcher.d/reflector \ + configs/releng-openrc/airootfs/usr/local/bin/choose-mirror \ configs/lxde-openrc/airootfs/root/.automated_script.sh \ configs/lxde-openrc/airootfs/root/.keymap.sh \ configs/lxde-openrc/airootfs/root/.language.sh \ configs/lxde-openrc/airootfs/etc/local.d/pacman-init.start \ + configs/lxde-openrc/airootfs/etc/local.d/choose-mirror.start \ + configs/lxde-openrc/airootfs/etc/local.d/etc-pacman.d-gnupg.start \ configs/lxde-openrc/airootfs/etc/NetworkManager/dispatcher.d/reflector \ + configs/lxde-openrc/airootfs/usr/local/bin/choose-mirror \ configs/talkingparabola/airootfs/root/.automated_script.sh \ configs/talkingparabola/airootfs/usr/bin/livecd-alsa-unmuter \ configs/talkingparabola/airootfs/usr/bin/pick-a-card \ - configs/talkingparabola/airootfs/usr/bin/talk-to-me + configs/talkingparabola/airootfs/usr/bin/talk-to-me \ + configs/talkingparabola/airootfs/usr/local/bin/choose-mirror shellcheck -s dash $(HOOKS_FILES) $(SCRIPT_FILES) install: install-program install-examples install-doc -- cgit v1.2.2