summaryrefslogtreecommitdiffstats
path: root/config-db/slxconfig-demuxer
diff options
context:
space:
mode:
authorOliver Tappe2007-05-05 18:13:42 +0200
committerOliver Tappe2007-05-05 18:13:42 +0200
commitc116d57839f18ec9e36e200137fc8a37b7f74935 (patch)
tree4d3c3238ab097ec0c0774b4ca91ee1821d2991b9 /config-db/slxconfig-demuxer
parent* reworked exporting of default-/system-/client-configurations (TGZs) according (diff)
downloadcore-c116d57839f18ec9e36e200137fc8a37b7f74935.tar.gz
core-c116d57839f18ec9e36e200137fc8a37b7f74935.tar.xz
core-c116d57839f18ec9e36e200137fc8a37b7f74935.zip
* mkdxsinitrd now determines DISTRO and DISTRO_VER from the given ROOTPATH
* removed old DISTRO detection code from mkdxsinitrd git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1001 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/slxconfig-demuxer')
-rwxr-xr-xconfig-db/slxconfig-demuxer3
1 files changed, 0 insertions, 3 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index ddc456da..bf77bf4e 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -375,9 +375,6 @@ sub generateInitalRamFS
my $kernelFile = readlink($info->{'kernel-file'});
$kernelFile =~ m[-(.+)$];
$cmd .= "-k $1 ";
- # ...set distro and distro version...
- $vendorOS->{'name'} =~ m[^([^-]+)-([^-]+)];
- $cmd .= "-D $1 -v $2 ";
# ...add version info...
my $slxver = `slxversion`;
chomp $slxver;