nix-config/sh/install/004-mount

10 lines
161 B
Plaintext
Raw Normal View History

2018-08-31 21:26:19 +02:00
#!/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