summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorben2018-10-23 14:21:32 +0200
committertorben2018-10-23 14:21:32 +0200
commita384ada32934ae4f1291fb5e25c4e21af57bdcb3 (patch)
tree6e77bd213a8f650c5738ed52d5d4642c44bbd28f
parentCode-Refactoring. (diff)
downloadsystemd-init-a384ada32934ae4f1291fb5e25c4e21af57bdcb3.tar.gz
systemd-init-a384ada32934ae4f1291fb5e25c4e21af57bdcb3.tar.xz
systemd-init-a384ada32934ae4f1291fb5e25c4e21af57bdcb3.zip
Add intel resolution modul. Updating all libs.
m---------modules.d/bashlink/bashlink0
-rwxr-xr-xmodules.d/dialog/module-setup.sh4
-rwxr-xr-xmodules.d/systemd-networkd-ext/module-setup.sh3
-rw-r--r--modules.d/systemd-networkd-ext/restart-wireless-daemon.service1
4 files changed, 7 insertions, 1 deletions
diff --git a/modules.d/bashlink/bashlink b/modules.d/bashlink/bashlink
-Subproject cafa859021de584e5e8e07e7f683b6170277280
+Subproject f65a641ab96e3acf91686b3e494d279c27168f6
diff --git a/modules.d/dialog/module-setup.sh b/modules.d/dialog/module-setup.sh
index d7e2ce29..0089a75f 100755
--- a/modules.d/dialog/module-setup.sh
+++ b/modules.d/dialog/module-setup.sh
@@ -57,3 +57,7 @@ install() {
done
done
}
+installkernel() {
+ # Intel graphic driver to load available resolution.
+ instmods i915
+}
diff --git a/modules.d/systemd-networkd-ext/module-setup.sh b/modules.d/systemd-networkd-ext/module-setup.sh
index 5e47382f..d341dcd4 100755
--- a/modules.d/systemd-networkd-ext/module-setup.sh
+++ b/modules.d/systemd-networkd-ext/module-setup.sh
@@ -25,10 +25,11 @@ check() {
# called by dracut
depends() {
- # TNNOTE: Add for interactive wlan authorisation: dialog
+ # NOTE: Add for interactive wlan authorisation: dialog
echo \
bashlink \
custom-logging \
+ dialog \
kernel-network-modules \
systemd
}
diff --git a/modules.d/systemd-networkd-ext/restart-wireless-daemon.service b/modules.d/systemd-networkd-ext/restart-wireless-daemon.service
index 562ec5a9..e01d31cb 100644
--- a/modules.d/systemd-networkd-ext/restart-wireless-daemon.service
+++ b/modules.d/systemd-networkd-ext/restart-wireless-daemon.service
@@ -6,6 +6,7 @@ After=network.target
# Before this service is running we got two ips for non static dhcp for the
# wireless device. So we have to allow systemd-netword to deconfigure the
# device and remove the old (coming from the initramfs) one.
+# NOTE: If the network interface does not get any ip unloading and reloading the corresponding kernel module can help.
ExecStartPre=-/run/initramfs/usr/bin/sed --in-place --regexp-extended 's/(CriticalConnection=true)/#\1/' /etc/systemd/network/wireless.network
ExecStartPre=-/run/initramfs/usr/bin/killall --signal TERM -- iwd
ExecStartPre=-/run/initramfs/usr/bin/killall --signal TERM -- netctl