krebs 4 infest: umount /mnt/boot prior to /boot
This commit is contained in:
parent
1022e82c0d
commit
b4326e3144
@ -3,8 +3,8 @@ set -eux
|
|||||||
{
|
{
|
||||||
umount /mnt/nix
|
umount /mnt/nix
|
||||||
umount /mnt/root
|
umount /mnt/root
|
||||||
umount /boot || :
|
|
||||||
umount /mnt/boot
|
umount /mnt/boot
|
||||||
|
umount /boot || :
|
||||||
umount /mnt
|
umount /mnt
|
||||||
|
|
||||||
coreutils_path=$(set +f; for i in /nix/store/*coreutils*/bin; do :; done; echo $i)
|
coreutils_path=$(set +f; for i in /nix/store/*coreutils*/bin; do :; done; echo $i)
|
||||||
|
Loading…
Reference in New Issue
Block a user