Loading rootdir/init.rc +2 −2 Original line number Diff line number Diff line Loading @@ -318,8 +318,8 @@ on post-fs start vndservicemanager # Once everything is setup, no need to modify /. # The bind+ro combination avoids modifying any other mount flags. mount rootfs rootfs / remount bind ro # The bind+remount combination allows this to work in containers. mount rootfs rootfs / remount bind ro nodev # Mount shared so changes propagate into child namespaces mount rootfs rootfs / shared rec # Mount default storage into root namespace Loading Loading
rootdir/init.rc +2 −2 Original line number Diff line number Diff line Loading @@ -318,8 +318,8 @@ on post-fs start vndservicemanager # Once everything is setup, no need to modify /. # The bind+ro combination avoids modifying any other mount flags. mount rootfs rootfs / remount bind ro # The bind+remount combination allows this to work in containers. mount rootfs rootfs / remount bind ro nodev # Mount shared so changes propagate into child namespaces mount rootfs rootfs / shared rec # Mount default storage into root namespace Loading