#!/bin/bash if [ ${DIB_DEBUG_TRACE:-1} -gt 0 ]; then set -x fi # Stop on error set -euo pipefail grubby --update-kernel=ALL --args="vga=792"