mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Soft updates are handled in /etc/rc. Remove code.
This commit is contained in:
parent
1b081fd9da
commit
d8eafa31c4
@ -375,9 +375,6 @@ function conf_mount_rw() {
|
||||
/* do not mount on cdrom platform */
|
||||
if($g['platform'] == "cdrom" or $g['platform'] == "pfSense")
|
||||
return;
|
||||
|
||||
if(isset($config['system']['enablesoftupdates']))
|
||||
exec("/sbin/tunefs -n enable / 2>/dev/null");
|
||||
|
||||
$status = mwexec("/sbin/mount -u -w {$g['cf_path']}");
|
||||
if($status <> 0) {
|
||||
@ -1743,4 +1740,4 @@ function set_device_perms() {
|
||||
if($g['booting']) echo ".";
|
||||
$config = parse_config();
|
||||
|
||||
?>
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user