summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/install_proxy.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-01-08 03:32:23 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-01-08 03:32:23 (GMT)
commit6eb0dfa50945f3af9d2da2171b43e71a32600cd2 (patch)
tree5f1bbf665e511cc3c4a32b25424c3f4388079747 /abs/core-testing/LinHES-config/install_proxy.sh
parent99d3b01af539881a92ff4ae8a1fda0dbfc7cfaa7 (diff)
downloadlinhes_pkgbuild-6eb0dfa50945f3af9d2da2171b43e71a32600cd2.zip
linhes_pkgbuild-6eb0dfa50945f3af9d2da2171b43e71a32600cd2.tar.gz
linhes_pkgbuild-6eb0dfa50945f3af9d2da2171b43e71a32600cd2.tar.bz2
fix the upgrade process as well.
Diffstat (limited to 'abs/core-testing/LinHES-config/install_proxy.sh')
-rwxr-xr-xabs/core-testing/LinHES-config/install_proxy.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/core-testing/LinHES-config/install_proxy.sh b/abs/core-testing/LinHES-config/install_proxy.sh
index e29417e..670238b 100755
--- a/abs/core-testing/LinHES-config/install_proxy.sh
+++ b/abs/core-testing/LinHES-config/install_proxy.sh
@@ -261,12 +261,13 @@ function upgrade () {
then
rootfs=`grep \/\ /tmp/etc/fstab |awk ' { print $3 } '`
fi
- $run fstab_fix_it $disk UPGRADE
-
- #this is here to copy in the systemconfig file as soon as possible.
+ #this is here to copy in the systemconfig file as soon as possible.
cp_and_log /etc/systemconfig "$mountpoint"/etc/systemconfig
echo "Configuring system" > /tmp/.install_state
progress 100
+ $run fstab_fix_it $disk UPGRADE
+
+
#echo "Writing boot sector" > /tmp/.install_state
#progress 99
sleep 1