#!/bin/sh -eu tool=$(readlink -e "${0%/*}/..") . "$tool"/host/lib.sh mountpoint -q /mnt/$local_fqdn test -d /mnt/$local_fqdn/boot mountpoint -q /mnt/$local_fqdn/boot || sudo mount -v -t ext2 $local_dev_disk_boot /mnt/$local_fqdn/boot