Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

systemd: prevent unmounting storage via umount.target #3984

Merged
merged 2 commits into from
Nov 29, 2019

Commits on Nov 15, 2019

  1. systemd: add backport patch from PR 14040

    This removes the root mount dependency on systemd-journal.socket
    and fixes drop-in loading for storage.mount.
    
    See systemd/systemd#14040
    
    Signed-off-by: Matthias Reichl <hias@horus.com>
    HiassofT committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    87358cf View commit details
    Browse the repository at this point in the history
  2. systemd: prevent unmounting storage via umount.target

    /storage will be unmounted by systemd-shutdown, like /flash.
    
    As the squashfs root has several symlinks to /storage it
    should not be unmounted during the normal shutdown process.
    This prevents the symlinked files/directories vanishing too early
    and also removes the "unmount /storage failed" messages when
    netbooting.
    
    Signed-off-by: Matthias Reichl <hias@horus.com>
    HiassofT committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    ed4e345 View commit details
    Browse the repository at this point in the history