#!/bin/bash
# These are useful, or at worst not harmful, for all images we build.

set -eu
set -o pipefail

install-packages vlan open-iscsi
