From faa6ae6ae6fe36a5950fd0c10673c2995c0fe099 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 28 Jan 2009 16:46:42 +0000 Subject: * implemented creation of bootmenu for preboot environments * separated general preboot-files from the cd-specific ones git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2539 95ad53e4-c205-0410-b2fa-d234c58c8868 --- boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm') diff --git a/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm b/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm index baf6d4c3..e6e7155e 100644 --- a/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm +++ b/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm @@ -44,6 +44,8 @@ sub new 'root-path' => '!', 'slx-version' => '!', 'system-name' => '!', + 'preboot-id' => '?', + 'boot-uri' => '?', } ); my $self = $params; @@ -285,7 +287,7 @@ sub _writeInitramfsSetup # generate initramfs-setup file containing attributes that are # relevant for the initramfs only (before there's a root-FS): my $initramfsAttrs = { - 'host_name' => 'slx-client', # just to have something at all + 'host_name' => 'slx-client', # just to have something at all 'ramfs_fsmods' => $self->{attrs}->{ramfs_fsmods} || '', 'ramfs_miscmods' => $self->{attrs}->{ramfs_miscmods} || '', 'ramfs_nicmods' => $self->{attrs}->{ramfs_nicmods} || '', -- cgit v1.2.3-55-g7522