diff options
| author | Oliver Tappe | 2008-08-31 19:18:44 +0200 |
|---|---|---|
| committer | Oliver Tappe | 2008-08-31 19:18:44 +0200 |
| commit | 17c2790c1f442ee277f02b2462def8fc70eab3a7 (patch) | |
| tree | 37f017c864c26c498b59756f883b494246e725a8 /initramfs/OpenSLX | |
| parent | * write client config only to boot environment that matches the client, not t... (diff) | |
| download | core-17c2790c1f442ee277f02b2462def8fc70eab3a7.tar.gz core-17c2790c1f442ee277f02b2462def8fc70eab3a7.tar.xz core-17c2790c1f442ee277f02b2462def8fc70eab3a7.zip | |
* some cleanup regarding log output
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2162 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/OpenSLX')
| -rw-r--r-- | initramfs/OpenSLX/MakeInitRamFS/Engine.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/initramfs/OpenSLX/MakeInitRamFS/Engine.pm b/initramfs/OpenSLX/MakeInitRamFS/Engine.pm index b5401acd..0defe111 100644 --- a/initramfs/OpenSLX/MakeInitRamFS/Engine.pm +++ b/initramfs/OpenSLX/MakeInitRamFS/Engine.pm @@ -89,6 +89,7 @@ sub execute $self->_collectCMDs(); + vlog(1, _tr("creating initramfs '%s' ...", $self->{'initramfs'})); $self->_executeCMDs() unless $dryRun; return; |
