From 3f986af5e604df2ee159c6a887a011e8643f498c Mon Sep 17 00:00:00 2001 From: Andreas Gerlach <andi@appelgriebsch.org> Date: Sat, 18 Dec 2021 21:05:19 +0100 Subject: [PATCH] [sway] update for calamares installer jobs; add firewalld to profile --- editions/sway | 2 ++ overlays/sway/etc/calamares/settings.conf | 35 +++++++++++++++++++++++ services/sway | 1 + 3 files changed, 38 insertions(+) create mode 100644 overlays/sway/etc/calamares/settings.conf diff --git a/editions/sway b/editions/sway index fd260874..1e5a9706 100644 --- a/editions/sway +++ b/editions/sway @@ -106,8 +106,10 @@ chafa cmatrix cpu-temp-speed curl +dua-cli exa fd +firewalld ffmpegthumbnailer fzf gitui diff --git a/overlays/sway/etc/calamares/settings.conf b/overlays/sway/etc/calamares/settings.conf new file mode 100644 index 00000000..90f7e1c4 --- /dev/null +++ b/overlays/sway/etc/calamares/settings.conf @@ -0,0 +1,35 @@ +# Configuration file for Calamares +# Syntax is YAML 1.2 +--- +# Modules can be job modules (with different interfaces) and QtWidgets view modules. +# They could all be placed in a number of different paths. +# "modules-search" is a list of strings, each of these can either be a full path to a +# directory or the keyword "local". +# "local" means LIBDIR/calamares/modules with settings in SHARE/calamares/modules or +# /etc/calamares/modules. +# YAML: list of strings. +modules-search: [ local ] + +sequence: + - show: + - welcome + - locale + - keyboard + - users + - summary + - exec: + - postoem + - locale + - keyboard + - localecfg + - machineid + - users + - cleanupoem + - show: + - finished + +branding: manjaro + +prompt-install: false + +dont-chroot: true diff --git a/services/sway b/services/sway index 5031525f..e6a9a414 100644 --- a/services/sway +++ b/services/sway @@ -3,6 +3,7 @@ greetd.service NetworkManager.service bluetooth.service tlp.service +firewalld.service zswap-arm.service systemd-oomd.service irqbalance.service -- GitLab