diff options
| author | Jonathan Bauer | 2013-10-11 13:18:28 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-10-11 13:18:28 +0200 |
| commit | 2ec482308d1a1dcabbcf4b8053c48d4bf4c0a44b (patch) | |
| tree | daf50deb9c20810576cd700b80b08c2f6a60d8ac /remote/modules/vmchooser | |
| parent | [vbox] cleaned double etc-directory branch (diff) | |
| download | tm-scripts-2ec482308d1a1dcabbcf4b8053c48d4bf4c0a44b.tar.gz tm-scripts-2ec482308d1a1dcabbcf4b8053c48d4bf4c0a44b.tar.xz tm-scripts-2ec482308d1a1dcabbcf4b8053c48d4bf4c0a44b.zip | |
[vmchooser] added TODO to enable SCSI support for virtual disks
Diffstat (limited to 'remote/modules/vmchooser')
| -rwxr-xr-x | remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt b/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt index 10a6283d..ec860b3c 100755 --- a/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt +++ b/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt @@ -383,6 +383,7 @@ cdtest=${cdrom_1:+"TRUE"} cdrom1=${cdtest:-"FALSE"} # IDE is expected default, test for the virtual disk image type should # be done while creating the runscripts ... +# TODO enable SCSI support instead of just disabling it. ide="TRUE" scsi="FALSE" hddrv="ide" |
