Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Detach the hostfs version of /dev #185
Conversation
|
LGTM |
zyga
merged commit 55c227c
into
master
Nov 21, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
zyga
deleted the
no-2nd-dev
branch
Nov 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zyga commentedNov 21, 2016
This patch detaches (aka umount --lazy) or umount2(1) with MNT_DETACH flag the
second /dev that is visible from /var/lib/snapd/hostfs/dev after the pivot_root
call.
Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@canonical.com