From ef8c212ad80bc3a01dbe6aa1400b07ccae244c64 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 10 Feb 2008 17:22:23 +0000 Subject: * implement support for letting the plugins suggest additional kernel_params * the theme plugin now suggests the use of the kernel-params 'vga=0x317' and 'quiet' unless they have already been set [these values should be moved into the DB later, such that the user can change them (i.e. to set a different resolution via vga=...)]. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1532 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/slxconfig-demuxer | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config-db') diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer index e4b418fa..c25153f1 100755 --- a/config-db/slxconfig-demuxer +++ b/config-db/slxconfig-demuxer @@ -540,6 +540,9 @@ sub makeInitRamFS my $makeInitRamFSEngine = OpenSLX::MakeInitRamFS::Engine->new($params); $makeInitRamFSEngine->execute($option{dryRun}); + # copy back kernel-params, as they might have been changed (by plugins) + $info->{kernel_params} = $makeInitRamFSEngine->{'kernel-params'}; + return; } -- cgit v1.2.3-55-g7522