From 2879d8906ed019d0e8f1c1ed108623a76d593380 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sat, 5 May 2007 22:43:26 +0000 Subject: * added option -S to mkdxsinitrd in order to pass in the system name * replaced $DISTRO by $DISTRO_NAME and $DISTRO_VER * added $SYSTEM_NAME and used it at a couple of places where $DISTRO was used before * removed the two tries to fetch the config-tgz without any system name, as these are never generated by the demuxer anyway. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1007 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/slxconfig-demuxer | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config-db/slxconfig-demuxer') diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer index b042843e..45c83365 100755 --- a/config-db/slxconfig-demuxer +++ b/config-db/slxconfig-demuxer @@ -365,6 +365,8 @@ sub generateInitalRamFS my $rootPath = "$openslxConfig{'stage1-path'}/$vendorOS->{name}"; $cmd .= "-i $pxeVendorOSPath/$info->{'initramfs-name'} -r $rootPath "; + $cmd .= "-S $info->{name} "; + # pass in system name $cmd .= "-s openslx "; # use theme 'openslx' $cmd .= "-d "; -- cgit v1.2.3-55-g7522