summaryrefslogtreecommitdiff
path: root/configs/profile/boot-iso.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile/boot-iso.sh')
-rwxr-xr-xconfigs/profile/boot-iso.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/profile/boot-iso.sh b/configs/profile/boot-iso.sh
index 15d1123..c2be120 100755
--- a/configs/profile/boot-iso.sh
+++ b/configs/profile/boot-iso.sh
@@ -18,5 +18,5 @@ WM_HIMTS="-display sdl -no-frame" # -show-cursor"
[ ! "$ISO" ] && echo "no ISO found in ISOS_DIR: '$ISOS_DIR'" && exit
-CMD="$QEMU $MEM $HD $CD $NET_DEV $VIDEO $AUDIO $WM_HIMTS"
+CMD="$QEMU $MEM $HD $CD $NET_DEV $VIDEO $AUDIO $WM_HIMTS $*"
echo "$CMD" ; $CMD ;