summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/live.cfg11
1 files changed, 5 insertions, 6 deletions
diff --git a/config/live.cfg b/config/live.cfg
index 8cee32f..8900d26 100644
--- a/config/live.cfg
+++ b/config/live.cfg
@@ -200,14 +200,13 @@ my $_l = {
"glib-compile-schemas /usr/share/glib-2.0/schemas/",
# fix permissions to enable GDM to rerun if the user logs out
"chown -R gdm:gdm /var/lib/gdm",
+ # switch to NetworkManager
+ "systemctl disable network",
+ "systemctl disable network-up",
+ "systemctl enable NetworkManager.service",
+ "systemctl enable NetworkManager-wait-online.service",
),
- # switch to NetworkManager
- "systemctl disable network",
- "systemctl disable network-up",
- "systemctl enable NetworkManager.service",
- "systemctl enable NetworkManager-wait-online.service",
-
# add local medias
"urpmi.addmedia 'Live Core' /var/local/mga_rpms/core with media_info/hdlist.cz",
"urpmi.addmedia 'Live Nonfree' /var/local/mga_rpms/nonfree with media_info/hdlist.cz",