summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOliver Tappe2007-05-06 20:20:12 +0200
committerOliver Tappe2007-05-06 20:20:12 +0200
commit1abfeda16a3fe1560c8be93679f1c579dfc2e7d1 (patch)
treed1bbf8b26f55861f0a1a469eca845a2cedb136b1 /lib
parent* changed ramfs_fsmods and ramfs_nicmods to be (system-only) attributes (diff)
downloadcore-1abfeda16a3fe1560c8be93679f1c579dfc2e7d1.tar.gz
core-1abfeda16a3fe1560c8be93679f1c579dfc2e7d1.tar.xz
core-1abfeda16a3fe1560c8be93679f1c579dfc2e7d1.zip
* removed fsmods and nicmods as extended settings, as they now live in the default system
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1017 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'lib')
-rw-r--r--lib/OpenSLX/Basics.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/OpenSLX/Basics.pm b/lib/OpenSLX/Basics.pm
index ef37e79a..9cca7b8c 100644
--- a/lib/OpenSLX/Basics.pm
+++ b/lib/OpenSLX/Basics.pm
@@ -65,9 +65,6 @@ my %translations;
# extended settings follow, which are only supported by slxsettings,
# but not by any other script:
#
- 'system-default-nicmods'
- => 'forcedeth e1000 e100 tg3 via-rhine r8169 pcnet32',
- 'system-default-fsmods' => '',
'ossetup-max-try-count' => '5',
);
chomp($openslxConfig{'locale-charmap'});