diff options
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r-- | perl-install/network/ethernet.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index 6363c415b..341e17a36 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -138,6 +138,7 @@ sub configure_eth_aliases { $modules_conf->set_alias($card->[0], $card->[1]); } } + $::isStandalone and $modules_conf->write; } 1; |