nix-config/sh/004-mount
2018-08-31 15:26:19 -04:00

10 lines
161 B
Bash

#!/bin/sh
#
# Mount the newly created filesystem (/dev/sda1) to /mnt.
#
# https://wiki.archlinux.org/index.php/Installation_guide
set -xe
mount /dev/sda1 /mnt