summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu
diff options
context:
space:
mode:
authorSimon Rettberg2024-01-03 15:41:56 +0100
committerSimon Rettberg2024-01-03 15:41:56 +0100
commitaa636371a079061e7ba685db1ebc8ecaea0733f8 (patch)
treee845cd5a34cfde429758e6b9cbba205a9220e556 /core/modules/qemu
parent[rootfs-stage32] Remove unused bariable (diff)
downloadmltk-aa636371a079061e7ba685db1ebc8ecaea0733f8.tar.gz
mltk-aa636371a079061e7ba685db1ebc8ecaea0733f8.tar.xz
mltk-aa636371a079061e7ba685db1ebc8ecaea0733f8.zip
Don't use SLX_* variable name for local stuff
Diffstat (limited to 'core/modules/qemu')
-rw-r--r--core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include b/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include
index b15015ee..391ba5a5 100644
--- a/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include
+++ b/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include
@@ -104,7 +104,7 @@ run_plugin() {
notempty VM_MAC_ADDR && VIRTCMDOPTS+=( "-vmmac0" "${VM_MAC_ADDR}" )
notempty vm_diskfile && VIRTCMDOPTS+=( "-vmhdd0" "${vm_diskfile}" )
VIRTCMDOPTS+=( "-vmfloppy0" "${FLOPPY_0}" )
- notempty SLX_FLOPPY_IMG && VIRTCMDOPTS+=( "-vmfloppy1" "${SLX_FLOPPY_IMG}" )
+ notempty floppy_img && VIRTCMDOPTS+=( "-vmfloppy1" "${floppy_img}" )
notempty CDROM_0 && VIRTCMDOPTS+=( "-vmcdrom0" "${CDROM_0}" )
notempty CDROM_1 && VIRTCMDOPTS+=( "-vmcdrom1" "${CDROM_1}" )
notempty SERIAL0 && [ -w "${SERIAL0}" ] \