summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/config.inc6
-rwxr-xr-xetc/sshd2
-rw-r--r--etc/version2
3 files changed, 6 insertions, 4 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 83ccecd..85f1716 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -701,7 +701,11 @@ function write_config($desc="Unknown", $backup = true) {
fwrite($fd, $xmlconfig);
fclose($fd);
- conf_mount_ro();
+ if(!$g['booting']) {
+ conf_mount_ro();
+
+ }
+
config_unlock();
// Always reparse the config after it's written - something is getting lost in serialize().
diff --git a/etc/sshd b/etc/sshd
index 25d8fbb..ece1d21 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -37,8 +37,6 @@
return $size;
}
- conf_mount_rw();
-
/* if any of these files are 0 bytes then they are corrupted.
* remove them
*/
diff --git a/etc/version b/etc/version
index f068e81..01661f4 100644
--- a/etc/version
+++ b/etc/version
@@ -1 +1 @@
-0.70.12 \ No newline at end of file
+0.71 \ No newline at end of file
OpenPOWER on IntegriCloud