On Tue, 23.04.13 21:51, Albert Strasheim ([email protected]) wrote:
> What is the recommended way to do this during early boot? Was the
> fstab way of doing it (mentioned in the Git commit message) ever
> implemented?
Karel added that in the very latest util-linux:
http://karelzak.blogspot.com.b
Am 23.04.2013 21:51, schrieb Albert Strasheim:
> is causing some headaches with some services of ours that use unshare
> to get a new mount namespace and make some private mounts which we
> don't want propagated.
Proper solution: Directly after the unshare, run either
mount("none", "/", "none",
Hello all
This change, which made mount propagation default to shared:
http://cgit.freedesktop.org/systemd/systemd/commit/?id=b3ac5f8cb98757416d8660023d6564a7c411f0a0
and which went into Fedora 17 in January 2013:
http://lists.fedoraproject.org/pipermail/package-announce/2013-January/095395.htm