summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/install_proxy.sh
diff options
context:
space:
mode:
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