From d7dc3cb9d46cef548aaa12fa314dd35c033bb459 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 6 May 2007 18:19:20 +0000 Subject: * changed ramfs_fsmods and ramfs_nicmods to be (system-only) attributes git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1016 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/OpenSLX/DBSchema.pm | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'config-db/OpenSLX/DBSchema.pm') diff --git a/config-db/OpenSLX/DBSchema.pm b/config-db/OpenSLX/DBSchema.pm index ef8ed0d3..9ad0fa93 100644 --- a/config-db/OpenSLX/DBSchema.pm +++ b/config-db/OpenSLX/DBSchema.pm @@ -135,9 +135,9 @@ $DbSchema = { 'comment:s.1024', # internal comment (optional, for admins) 'kernel:s.128', # path to kernel file, relative to /boot 'kernel_params:s.512', # kernel-param string for pxe - 'ramfs_nicmods:s.128', # list of network interface card modules - 'ramfs_fsmods:s.128', # list of filesystem modules - 'ramfs_screen:s.10', # screen size for splash + 'attr_ramfs_nicmods:s.128', # list of network interface card modules + 'attr_ramfs_fsmods:s.128', # list of filesystem modules + 'attr_ramfs_screen:s.10', # screen size for splash 'hidden:b', # hidden systems won't be offered for booting @sharedAttributes, ], @@ -259,6 +259,11 @@ if ($lang =~ m[^\w\w_(\w\w)]) { 'id' => 0, 'name' => '<<>>', 'comment' => 'internal system that holds default values', + # system-only attributes: + 'attr_ramfs_nicmods' + => 'forcedeth e1000 e100 tg3 via-rhine r8169 pcnet32', + 'attr_ramfs_fsmods' => '', + # real attributes: 'attr_automnt_dir' => '', 'attr_automnt_src' => '', 'attr_country' => "$country", -- cgit v1.2.3-55-g7522