#!/bin/sh
# Copyright 2018 Felix Krull
# Licensed under the MIT license, see LICENSE for details.
set -eu

mkdir -p $1/etc
cp /etc/fstab $1/etc/fstab
