From 0076eb4a3f8979de8bc99a6befab280e5d78eb4a Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sat, 2 Feb 2008 22:39:34 +0000 Subject: * 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 --- config-db/slxconfig-demuxer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config-db') 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'; -- cgit v1.2.3-55-g7522