Merge "Added a move flag for init's mount command that maps to MS_MOVE."
This commit is contained in:
commit
80bdda4235
|
@ -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