#!/bin/bash

set -e

if [[ "${is_990_9a0}" = "true" ]]; then
    hw_next_boot "hd"
fi

