Added a move flag for init's mount command that maps to MS_MOVE.
Change-Id: I7bc1a8ac5f73a34c101247f984cbf9ff29e02e7f
This commit is contained in:
parent
05f202a94b
commit
ed33625a4a
|
@ -255,6 +255,7 @@ static struct {
|
|||
const char *name;
|
||||
unsigned flag;
|
||||
} mount_flags[] = {
|
||||
{ "move", MS_MOVE },
|
||||
{ "noatime", MS_NOATIME },
|
||||
{ "nosuid", MS_NOSUID },
|
||||
{ "nodev", MS_NODEV },
|
||||
|
|
Loading…
Reference in New Issue