From 595ddf1bc2dc15ad63825e0314704355ac36ef74 Mon Sep 17 00:00:00 2001 From: Ermal Date: Fri, 19 Aug 2011 17:10:29 +0000 Subject: start packages script is called after rc.bootup so the filesystem is makred RO already. Put the script around the mount rw-ro calls to avoid problems. --- etc/rc.start_packages | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/rc.start_packages b/etc/rc.start_packages index 4b78718..0a56526 100755 --- a/etc/rc.start_packages +++ b/etc/rc.start_packages @@ -40,6 +40,8 @@ require_once("service-utils.inc"); log_error("Restarting/Starting all packages."); +conf_mount_rw(); + $rcfiles = glob("{$rcfileprefix}*.sh"); if (!$rcfiles) $rcfiles = array(); @@ -70,4 +72,6 @@ if ($shell) { pclose($shell); } +conf_mount_ro(); + ?> -- cgit v1.1