mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Ticket #444. Use noatime even here.
This commit is contained in:
parent
cffe41cb24
commit
f2033fc7bb
@ -184,7 +184,7 @@ else if ($g['booting'] and !file_exists($g['cf_conf_path'] . "/config.xml") ) {
|
||||
/* write out an fstab */
|
||||
$fd = fopen("{$g['etc_path']}/fstab", "w");
|
||||
|
||||
$fstab = "/dev/{$cfgpartition} {$g['cf_path']} {$cfgfstype} ro 1 1\n";
|
||||
$fstab = "/dev/{$cfgpartition} {$g['cf_path']} {$cfgfstype} ro,noatime 1 1\n";
|
||||
$fstab .= "proc /proc procfs rw 0 0\n";
|
||||
|
||||
fwrite($fd, $fstab);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user