From 0f2443ee72eb45a58d43deac26ae85e9ec3571b6 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 26 Feb 2015 15:07:19 +0100 Subject: [PATCH] rc: there's always something else that breaks... Just move to the actual rc script in the repo from our hook and revert back to a simple mount inside that one. Problem solved. --- pkg/+POST_INSTALL | 4 ++-- src/etc/rc | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pkg/+POST_INSTALL b/pkg/+POST_INSTALL index bbdbffd85..0927f6f28 100644 --- a/pkg/+POST_INSTALL +++ b/pkg/+POST_INSTALL @@ -15,8 +15,8 @@ cp /etc/rc /etc/rc.bak cat > /etc/rc <> /etc/rc rm -f /etc/rc.bak diff --git a/src/etc/rc b/src/etc/rc index 1838d2a61..6fb05fcf1 100755 --- a/src/etc/rc +++ b/src/etc/rc @@ -112,9 +112,8 @@ else fi fi +# mount repo if available if [ -d /root/core ]; then - # unionfs gets stuck in read-only mode due to early mount - /usr/bin/make -C /root/core umount /usr/bin/make -C /root/core mount fi