mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 19:54:05 +00:00
unmount all filesystems properly before unmounting target disk
svn path=/nixu/trunk/; revision=6026
This commit is contained in:
parent
493661f880
commit
71755c6176
@ -418,6 +418,7 @@ sleep 10;
|
||||
|
||||
echo umounting filesystem
|
||||
|
||||
umount $root/cdrom
|
||||
umount $root
|
||||
#umount /nix
|
||||
umount /cdrom
|
||||
|
Loading…
Reference in New Issue
Block a user