From 9ea51ff3a921926264a821f282e60239ac7c5e1b Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 24 Jun 2007 12:12:42 +0000 Subject: * implemented support for generating a separate initramfs-setup as part of the initramfs, machine-setup is now transported via Conf-TGZ only. N.B.: Couldn't apply this to the 4.1.0 branch since init has diverted a little too much for my liking! Will look into this next week. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1189 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/OpenSLX/ConfigDB.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config-db/OpenSLX') diff --git a/config-db/OpenSLX/ConfigDB.pm b/config-db/OpenSLX/ConfigDB.pm index f121c9be..5518d230 100644 --- a/config-db/OpenSLX/ConfigDB.pm +++ b/config-db/OpenSLX/ConfigDB.pm @@ -1047,7 +1047,10 @@ sub externalConfigNameForClient sub externalAttrName { my $attr = shift; - return substr($attr, 5); + if ($attr =~ m[^attr_]) { + return substr($attr, 5); + } + return $attr; } sub generatePlaceholderFor -- cgit v1.2.3-55-g7522