From 3fcb56d6743fc1c00ae4d05b671e221ea3df6492 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Sun, 24 Jun 2012 23:55:47 +0200 Subject: Provide the ability to activate the last used profile (FS#23015) Henrik Hallberg made this a hot topic. Thanks. This implementation differs from his in a couple of ways. One is that @last is not implemented. Equivalent functionality is provided by using @net-profiles in the DAEMONS array. --- config/netcfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/netcfg b/config/netcfg index f56272a..e74e5ea 100644 --- a/config/netcfg +++ b/config/netcfg @@ -1,9 +1,9 @@ -# Enable these netcfg profiles at boot-up. -# - set to 'menu' to present a menu during boot-up (dialog package required) +# Enable these netcfg profiles at boot time. # - prefix an entry with a '@' to background its startup +# - set to 'last' to restore the profiles running at the last shutdown +# - set to 'menu' to present a menu (requires the dialog package) # Network profiles are found in /etc/network.d -# -#NETWORKS=(menu) +NETWORKS=(last) ## Specify the name of your wired interface for net-auto-wired WIRED_INTERFACE="eth0" -- cgit v1.2.3-24-g4f1b