summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorOliver Tappe2006-09-08 21:39:43 +0200
committerOliver Tappe2006-09-08 21:39:43 +0200
commitf103dca55529b3447a33d7ffa171e0981b6427f1 (patch)
treec4dd38c82a219c869694ac096f4dcef95a5e8712 /config-db
parent* kleinere Ă„nderungen zwecks Testens (diff)
downloadcore-f103dca55529b3447a33d7ffa171e0981b6427f1.tar.gz
core-f103dca55529b3447a33d7ffa171e0981b6427f1.tar.xz
core-f103dca55529b3447a33d7ffa171e0981b6427f1.zip
* Anpassungen zwecks Test
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@366 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rwxr-xr-xconfig-db/test-config-demuxer.pl7
1 files changed, 5 insertions, 2 deletions
diff --git a/config-db/test-config-demuxer.pl b/config-db/test-config-demuxer.pl
index e7ed61a8..c5839d08 100755
--- a/config-db/test-config-demuxer.pl
+++ b/config-db/test-config-demuxer.pl
@@ -36,7 +36,9 @@ foreach my $id (1..10) {
'label' => "label of $id",
'comment' => "comment of $id",
'vendor_os_id' => 1 + $id % 3,
- 'ramfs_flags' => $id,
+ 'ramfs_debug_level' => $id%2,
+ 'ramfs_use_glibc' => 0,
+ 'ramfs_use_busybox' => 0,
'ramfs_nicmods' => ($id % 3) ? 'forcedeth e1000 e100 tg3 via-rhine r8169 pcnet32' : '',
'ramfs_fsmods' => ($id % 3)==2 ? 'nbd ext3 nfs reiserfs xfs' : '',
'kernel' => "boot/vmlinuz-2.6.13-15-default",
@@ -143,6 +145,7 @@ my $clientG02ID = addClient($openslxDB, {
'name' => "PC-G-02",
'mac' => "00:50:56:0D:03:36",
'boot_type' => 'pxe',
+ 'unbootable' => 1,
});
my $clientG03ID = addClient($openslxDB, {
@@ -155,7 +158,7 @@ my $clientG04ID = addClient($openslxDB, {
'name' => "PC-G-04",
'mac' => "00:50:56:0D:03:38",
'boot_type' => 'pxe',
- 'unbootable' => 1,
+ 'kernel_params' => 'console=ttyS0,19200',
});
my $clientF01ID = addClient($openslxDB, {