diff options
| author | Christian Rößler | 2016-03-24 15:28:26 +0100 |
|---|---|---|
| committer | Christian Rößler | 2016-03-24 15:28:26 +0100 |
| commit | 733f5da244ceb4dd43c7351c262f11decf7e31f4 (patch) | |
| tree | 46bc814cf98795a112dc785f4ebb1bd721c8d84e /remote/modules/run-virt/data/opt/openslx/scripts | |
| parent | [setup_virtual_floppy] geraffel.ini -> openslx.ini, hostres.txt -> HOSTRES.TXT (diff) | |
| download | tm-scripts-733f5da244ceb4dd43c7351c262f11decf7e31f4.tar.gz tm-scripts-733f5da244ceb4dd43c7351c262f11decf7e31f4.tar.xz tm-scripts-733f5da244ceb4dd43c7351c262f11decf7e31f4.zip | |
[run-virt] (setup_virt_floppy)Ahem, check-in too soon, corr.
Diffstat (limited to 'remote/modules/run-virt/data/opt/openslx/scripts')
| -rw-r--r-- | remote/modules/run-virt/data/opt/openslx/scripts/includes/setup_virtual_floppy.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remote/modules/run-virt/data/opt/openslx/scripts/includes/setup_virtual_floppy.inc b/remote/modules/run-virt/data/opt/openslx/scripts/includes/setup_virtual_floppy.inc index d36d0d6d..f6bcb4da 100644 --- a/remote/modules/run-virt/data/opt/openslx/scripts/includes/setup_virtual_floppy.inc +++ b/remote/modules/run-virt/data/opt/openslx/scripts/includes/setup_virtual_floppy.inc @@ -44,7 +44,7 @@ HIER # Legacy: HOSTRES.TXT cat > "${TMPDIR}/HOSTRES.TXT" <<-HIER ${RESOLUTION} -This file is deprecated! Use geraffel.ini +This file is deprecated! Use openslx.ini HIER # Create file for network shares to mount @@ -65,8 +65,8 @@ if pwdaemon --query "${TMPHOME}/.pwsocket" > "${SHARES}"; then fi # Copy all them files into floppy image -mcopy -i "${FLOPPYIMG}" "${TMPDIR}/geraffel.ini" "${TMPDIR}/hostres.txt" "${SHARES}" "::/" +mcopy -i "${FLOPPYIMG}" "${TMPDIR}/openslx.ini" "${TMPDIR}/HOSTRES.TXT" "${SHARES}" "::/" mcopy -i "${FLOPPYIMG}" "$VMCHOOSER_DIR/data/openslx.exe" "::/" -rm -f -- "${SHARES}" "${TMPDIR}/geraffel.ini" "${TMPDIR}/hostres.txt" +rm -f -- "${SHARES}" "${TMPDIR}/openslx.ini" "${TMPDIR}/HOSTRES.TXT" unset SHARES VAR NETHOME |
