From 38c01bb33ec9ae5248c8dbcb12d21bad0fd061f1 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 28 Aug 2008 10:50:31 +0000 Subject: * fixed problem in 2114, such that the devices are in fact created inside the vendor-OS and not in the host-OS (oops!) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2115 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSSetup/Distro/Base.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer/OpenSLX/OSSetup/Distro/Base.pm') diff --git a/installer/OpenSLX/OSSetup/Distro/Base.pm b/installer/OpenSLX/OSSetup/Distro/Base.pm index 5ad6f3b6..802779a7 100644 --- a/installer/OpenSLX/OSSetup/Distro/Base.pm +++ b/installer/OpenSLX/OSSetup/Distro/Base.pm @@ -143,9 +143,9 @@ sub startSession } foreach my $dev (keys %devInfo) { my $info = $devInfo{$dev}; - if (!-e "/dev/$dev") { + if (!-e "$osDir//dev/$dev") { if (slxsystem( - "mknod /dev/$dev $info->{type} $info->{major} $info->{minor}" + "mknod $osDir//dev/$dev $info->{type} $info->{major} $info->{minor}" )) { croak(_tr("unable to create dev-node '%s'! (%s)", $dev, $!)); } -- cgit v1.2.3-55-g7522