diff options
| author | Dirk von Suchodoletz | 2006-05-31 20:52:47 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-05-31 20:52:47 +0200 |
| commit | 5ed9a6825beeb61bcc7b6f74038cc86b068fb714 (patch) | |
| tree | dbb883b192cef91e4d707d8aa44b2f4e9279c779 /initrd/mkdxsinitrd | |
| parent | runvmware only changed versioninig (diff) | |
| download | core-5ed9a6825beeb61bcc7b6f74038cc86b068fb714.tar.gz core-5ed9a6825beeb61bcc7b6f74038cc86b068fb714.tar.xz core-5ed9a6825beeb61bcc7b6f74038cc86b068fb714.zip | |
passwd bug
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@243 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/mkdxsinitrd')
| -rwxr-xr-x | initrd/mkdxsinitrd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/initrd/mkdxsinitrd b/initrd/mkdxsinitrd index a87906c6..865f7b6f 100755 --- a/initrd/mkdxsinitrd +++ b/initrd/mkdxsinitrd @@ -567,6 +567,10 @@ chmod 755 ${INSTDIR}/init \ if [ -f /etc/dxs/client.cfg/machine-setup.default ] ; then cp /etc/dxs/client.cfg/machine-setup.default \ ${INSTDIR}/etc/machine-setup +# fixme: dirty hack if the installer does not creates a normal file +elif [ -f /etc/dxs/client.cfg/machine-setup.default.new ] ; then + cp /etc/dxs/client.cfg/machine-setup.default.new \ + ${INSTDIR}/etc/machine-setup elif [ -f ../installer/default_files/machine-setup.default ] ; then cp ../installer/default_files/machine-setup.default \ ${INSTDIR}/etc/machine-setup |
