summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX/DBSchema.pm
diff options
context:
space:
mode:
authorOliver Tappe2007-05-06 20:19:20 +0200
committerOliver Tappe2007-05-06 20:19:20 +0200
commitd7dc3cb9d46cef548aaa12fa314dd35c033bb459 (patch)
tree21f083c7d502ef65b829c82715ea0152d47e0802 /config-db/OpenSLX/DBSchema.pm
parent* switched strange behaviour: instead of forcing absolute paths to be relativ... (diff)
downloadcore-d7dc3cb9d46cef548aaa12fa314dd35c033bb459.tar.gz
core-d7dc3cb9d46cef548aaa12fa314dd35c033bb459.tar.xz
core-d7dc3cb9d46cef548aaa12fa314dd35c033bb459.zip
* 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
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",