summaryrefslogtreecommitdiff
path: root/src/core/umount.c
AgeCommit message (Collapse)Author
2012-09-03shutdown: don't attempt read-only mounts in a containerLennart Poettering
2012-08-13umount: MS_MGC_VAL is so 90sLennart Poettering
2012-05-30shutdown: Don't skip bind mounts on shutdownDaniel Drake
This reverts commits d72238fcb34abc81aca97c5fb15888708ee937d3 and f3accc08. OLPC runs / as a bind-mount, so this must be remounted RO during shutdown to avoid corruption. As Lennert can't recall the exact reasons for making the shutdown code skip bind mounts, revert to previous behaviour to solve the issue for OLPC. http://lists.freedesktop.org/archives/systemd-devel/2012-April/004957.html
2012-05-08util: split-out path-util.[ch]Kay Sievers
2012-04-12shutdown: move shutdown to core since it replaces PID 1Lennart Poettering