diff options
author | David Oberhollenzer <goliath@infraroot.at> | 2019-08-11 13:24:28 +0200 |
---|---|---|
committer | David Oberhollenzer <goliath@infraroot.at> | 2019-09-18 13:07:09 +0200 |
commit | 418ca4bc726b106698d2c5e4045fcc6de089101e (patch) | |
tree | 21c0a3b740272b33d3e864c2b2cf9821787e9447 /docs | |
parent | 628adf2e034acb040874e267451b0a6e3f3ff96a (diff) |
Propperly unmount the overlay partition on shutdown
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/defconfig.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/defconfig.md b/docs/defconfig.md index c58848e..c4ab477 100644 --- a/docs/defconfig.md +++ b/docs/defconfig.md @@ -90,6 +90,8 @@ For the shutdown and reboot targets, the following services are executed: * sigterm - send the SIGTERM signal to all processes and wait for 5 seconds * sigkill - send the SIGKILL signal to all remaining processes * ifdown - bring all network interfaces down + * unmount - unmount the overlay mount points and the underlying + writeable filesystem * sync - run the sync command |