krebs 4 infest: umount /mnt/boot prior to /boot

This commit is contained in:
lassulus 2015-10-18 01:05:49 +02:00
parent 1022e82c0d
commit b4326e3144

View File

@ -3,8 +3,8 @@ set -eux
{
umount /mnt/nix
umount /mnt/root
umount /boot || :
umount /mnt/boot
umount /boot || :
umount /mnt
coreutils_path=$(set +f; for i in /nix/store/*coreutils*/bin; do :; done; echo $i)