nix-config/sh/026-cleanup
2018-08-31 15:35:09 -04:00

16 lines
322 B
Bash

#!/bin/sh
#
# The installation process is done. Unmount the filesystem and
# restart the computer in order to boot into the new system.
#
# Alternatively, you can perform more operations with chroot
# before you unmount and reboot.
#
# https://wiki.archlinux.org/index.php/Installation_guide
set -xe
umount /mnt
reboot