nix-config/sh/026-cleanup

16 lines
322 B
Plaintext
Raw Normal View History

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