mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
nixos/boot/stage-1-init: umount /findiso in stage-1
This commit is contained in:
parent
ace5332dcb
commit
6393cb765e
@ -555,6 +555,9 @@ while read -u 3 mountPoint; do
|
||||
|
||||
umount /tmp-iso
|
||||
rmdir /tmp-iso
|
||||
if [ -n "$isoPath" ] && [ $fsType = "iso9660" ] && mountpoint -q /findiso; then
|
||||
umount /findiso
|
||||
fi
|
||||
continue
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user