summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorOliver Tappe2008-02-02 23:39:34 +0100
committerOliver Tappe2008-02-02 23:39:34 +0100
commit0076eb4a3f8979de8bc99a6befab280e5d78eb4a (patch)
tree4b9a857ea70fd25e69a82cbca9dfc764d2ac905d /config-db
parent* added support for creating only the initramfs for the systems that (diff)
downloadcore-0076eb4a3f8979de8bc99a6befab280e5d78eb4a.tar.gz
core-0076eb4a3f8979de8bc99a6befab280e5d78eb4a.tar.xz
core-0076eb4a3f8979de8bc99a6befab280e5d78eb4a.zip
* fixed bugs that stopped new-style initramfs from working
* added support to new-style initramfs generator for integrating the active plugins into the initramfs With these fixes, I have been able to boot a cloned suse-10.2 into KDM with both bootsplash- and displaymanager-theme working. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1510 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rwxr-xr-xconfig-db/slxconfig-demuxer4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index e85e0c55..364b8f53 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -607,12 +607,12 @@ sub makeInitRamFS
'kernel-params' => $info->{kernel_params} || '',
'kernel-version' => $kernelFile =~ m[-(.+)$] ? $1 : '',
'plugins' => $info->{'active-plugins'},
- 'root-path'
+ 'root-path'
=> "$openslxConfig{'private-path'}/stage1/$vendorOS->{name}",
'slx-version' => $slxVersion,
'system-name' => $info->{name},
};
- # TODO: make this an explicit attribute, it's used at many places!
+ # TODO: make debug-level an explicit attribute, it's used in many places!
my $kernelParams = $info->{kernel_params} || '';
if ($kernelParams =~ m{debug(?:=(\d+))?}) {
my $debugLevel = defined $1 ? $1 : '1';