nix-config/sh/install/006-fstab

11 lines
201 B
Plaintext
Raw Normal View History

2018-08-31 21:26:19 +02:00
#!/bin/sh
#
# Generate the fstab file so that the filesystem is
# automatically mounted on boot.
#
# https://wiki.archlinux.org/index.php/Installation_guide
set -xe
genfstab -U /mnt > /mnt/etc/fstab