summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-08-26 16:18:05 -0400
committerDavid P <megver83@parabola.nu>2020-08-26 16:27:37 -0400
commit0d5c488921e1911a5ebaf5d1a9ac3eeb1e72b188 (patch)
treef9c52ed87dec3e5a2b61bac3178d3a989ce31d84 /Makefile
parentebbfe24e975da3783b85ab3f2e4a4c8227a3b9ea (diff)
[openrc] airootfs: add/modify scripts to emulate its systemd counterparts, better than beforev47.1
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 <megver83@parabola.nu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 9 insertions, 2 deletions
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