diff options
| author | Simon Rettberg | 2024-05-23 16:32:00 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2024-05-23 16:32:00 +0200 |
| commit | 7359f61fc04981ccef48fccee299e14a6066ce4b (patch) | |
| tree | 6cefa55b72b9dd7dd58cd1988d9c7a02eccaf754 /core/modules/vbox-src | |
| parent | [systemd] Remove module (diff) | |
| download | mltk-7359f61fc04981ccef48fccee299e14a6066ce4b.tar.gz mltk-7359f61fc04981ccef48fccee299e14a6066ce4b.tar.xz mltk-7359f61fc04981ccef48fccee299e14a6066ce4b.zip | |
Big round of cleanup
- Remove a lot of TODOs, either by fixing them or because they became
irrelevant
- Change all git:// to https://
- Move hwreport and hwinfo from /run to /run/openslx
- Minor script style cleanups
- Remove dead code and functions in various scripts
Diffstat (limited to 'core/modules/vbox-src')
| -rwxr-xr-x | core/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/includes/finalize_machine_config.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/includes/finalize_machine_config.inc b/core/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/includes/finalize_machine_config.inc index 65c0b300..59f6ccc5 100755 --- a/core/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/includes/finalize_machine_config.inc +++ b/core/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/includes/finalize_machine_config.inc @@ -141,7 +141,7 @@ setup_cpu_ram() { local nested="false" local cores="1" local ioapic="false" - if source /run/hwinfo && [ "${HW_KVM}" = "ENABLED" ]; then + if source /run/openslx/hwinfo && [ "${HW_KVM}" = "ENABLED" ]; then ioapic="true" kvm="true" cores="$CPU_CORES" |
