diff options
| -rw-r--r-- | installer/OpenSLX/OSSetup/Distro/Debian.pm | 2 |
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' }, |
