Revert "Keep the native terminal active when enabling gfxterm"
[grub.git] / util / grub.d / 00_header.in
index 8d46fc9..93a9023 100644 (file)
@@ -221,7 +221,7 @@ case x${GRUB_TERMINAL_OUTPUT} in
   ;;
   x*)
     cat << EOF
-terminal_output --append ${GRUB_TERMINAL_OUTPUT}
+terminal_output ${GRUB_TERMINAL_OUTPUT}
 EOF
   ;;
 esac