summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX
diff options
context:
space:
mode:
authorOliver Tappe2008-08-28 12:09:11 +0200
committerOliver Tappe2008-08-28 12:09:11 +0200
commit5c865bb9237c851f96f2dafe7cf2426dfeca045e (patch)
treeb4ca0dd4a5f9f05a28a2aff74471d6ac68990ec2 /installer/OpenSLX
parentCleanup of by now obsoleted tool versions (ddcprobe, 915res). (diff)
downloadcore-5c865bb9237c851f96f2dafe7cf2426dfeca045e.tar.gz
core-5c865bb9237c851f96f2dafe7cf2426dfeca045e.tar.xz
core-5c865bb9237c851f96f2dafe7cf2426dfeca045e.zip
* cosmetics
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2113 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/Debian.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/Debian.pm b/installer/OpenSLX/OSSetup/Distro/Debian.pm
index 85f72d4f..bdb9dcc1 100644
--- a/installer/OpenSLX/OSSetup/Distro/Debian.pm
+++ b/installer/OpenSLX/OSSetup/Distro/Debian.pm
@@ -49,7 +49,7 @@ sub preSystemInstallationHook
$self->SUPER::preSystemInstallationHook();
- # fake required /dev-entries
+ # create required /dev-entries
my %devInfo = (
mem => { type => 'c', major => '1', minor => '1' },
null => { type => 'c', major => '1', minor => '3' },