summaryrefslogtreecommitdiffstats
path: root/core/modules/etherwake/module.conf.ubuntu
diff options
context:
space:
mode:
authorSimon Rettberg2019-02-19 18:02:09 +0100
committerSimon Rettberg2019-02-19 18:02:09 +0100
commitfa362b2d6777f0466559b9e5ddedf61be8c1278e (patch)
tree0fafa889dfa7c8929895a211456abc45df453061 /core/modules/etherwake/module.conf.ubuntu
parent[hardware-stats/rootfs-stage32] HI JOEY! (diff)
downloadmltk-fa362b2d6777f0466559b9e5ddedf61be8c1278e.tar.gz
mltk-fa362b2d6777f0466559b9e5ddedf61be8c1278e.tar.xz
mltk-fa362b2d6777f0466559b9e5ddedf61be8c1278e.zip
[etherwake] Enable WOL on every boot
Some systems disable WOL mode on every bootup, so explicitly enable it again. Note that this is just a software setting, there is usually another setting in the BIOS that completely disables WOL if desired.
Diffstat (limited to 'core/modules/etherwake/module.conf.ubuntu')
-rw-r--r--core/modules/etherwake/module.conf.ubuntu2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/modules/etherwake/module.conf.ubuntu b/core/modules/etherwake/module.conf.ubuntu
index f06c36f8..64a5a04a 100644
--- a/core/modules/etherwake/module.conf.ubuntu
+++ b/core/modules/etherwake/module.conf.ubuntu
@@ -1,7 +1,9 @@
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
etherwake
+ ethtool
"
REQUIRED_CONTENT_PACKAGES="
etherwake
+ ethtool
"