* mount.cc (mount_info::from_fstab_line): Default to binary mount.
This commit is contained in:
@@ -714,7 +714,7 @@ mount_info::from_fstab_line (char *line, bool user)
|
||||
return true;
|
||||
cend = find_ws (c);
|
||||
*cend = '\0';
|
||||
unsigned mount_flags = MOUNT_SYSTEM;
|
||||
unsigned mount_flags = MOUNT_SYSTEM | MOUNT_BINARY;
|
||||
if (!read_flags (c, mount_flags))
|
||||
return true;
|
||||
if (user)
|
||||
|
Reference in New Issue
Block a user