summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX/DBSchema.pm
diff options
context:
space:
mode:
Diffstat (limited to 'config-db/OpenSLX/DBSchema.pm')
-rw-r--r--config-db/OpenSLX/DBSchema.pm11
1 files changed, 8 insertions, 3 deletions
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' => '<<<default>>>',
'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",