Modifications : etc/postgresql/9.4/main/pg_hba.conf
[lhc/ateliers.git] / host / part-boot-mount
1 #!/bin/sh -eu
2 tool=$(readlink -e "${0%/*}/..")
3 . "$tool"/host/lib.sh
4
5 mountpoint -q /mnt/$local_fqdn
6 test -d /mnt/$local_fqdn/boot
7 mountpoint -q /mnt/$local_fqdn/boot ||
8 sudo mount -v -t ext2 $local_dev_disk_boot /mnt/$local_fqdn/boot