summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/g-i-installation.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 1f5c46da..7234800e 100644
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -318,7 +318,12 @@ bootstrap_system() {
*) ;;
esac
fi
- echo "--append \"$APPEND\"" >> $QEMU_LAUNCHER
+ case $NAME in
+ *_kfreebsd) # not supported for the --append option
+ ;;
+ *) echo "--append \"$APPEND\"" >> $QEMU_LAUNCHER
+ ;;
+ esac
set -x
(bash -x $QEMU_LAUNCHER && touch $RESULTS/qemu_quit ) &
set +x