Project

General

Profile

« Previous | Next » 

Revision eb5814ae

Added by Scott Ullrich over 17 years ago

Make sure we sync before mounting ro.

View differences:

etc/inc/system.inc
81 81
		fwrite($fd, $php_ini);
82 82
		fclose($fd);
83 83

  
84
		mwexec("sync");
84 85
		conf_mount_ro();
85 86
		exec("sync");
86 87
		config_unlock();
......
984 985
	exec("LANG=C /usr/bin/tar xzfO /usr/share/zoneinfo.tgz " .
985 986
		escapeshellarg($timezone) . " > /etc/localtime");
986 987

  
988
	mwexec("sync");
987 989
	conf_mount_ro();
988 990

  
989 991
	if ($g['booting'])

Also available in: Unified diff