From e3478379751fda30316204c68112b5a2b9ffd5a7 Mon Sep 17 00:00:00 2001 From: Fabiano Fidencio Date: Thu, 7 Oct 2010 05:43:57 -0700 Subject: umount: Adding unmount functions to be used in shutdown This functions will: - umount all mount points that aren't API - remount read-only all mount points that can't be umounted - umount all swap devices. - detach all loopback devices TODO: - umount dms Mountpoints are being read from /proc/self/mountinfo. Swaps are being read from /proc/swaps. Loop devices from /sys/class/block/loop*. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9ba0758a1e..2ba000c0b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +systemd-shutdown systemd-tmpfiles systemd-readahead-collect systemd-readahead-replay -- cgit v1.2.3-54-g00ecf