summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/restore_km_db_chroot.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-12-14 03:17:14 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-12-14 03:17:14 (GMT)
commit15f49f7b2cb3016c36b981641703b7a13951f28d (patch)
tree647f91b3b5d461c6ee1334b88af2554533a810b2 /abs/core-testing/LinHES-config/restore_km_db_chroot.sh
parent8c3ef1f72923acce99cb632e663d6f8cef751c62 (diff)
downloadlinhes_pkgbuild-15f49f7b2cb3016c36b981641703b7a13951f28d.zip
linhes_pkgbuild-15f49f7b2cb3016c36b981641703b7a13951f28d.tar.gz
linhes_pkgbuild-15f49f7b2cb3016c36b981641703b7a13951f28d.tar.bz2
REF fs#50
Add hybrid of install/upgrade. This is an install without formating /myth or xda3 To use this feature append clean_upgrade to the kernel boot parm & select upgrade for the install type.The upgrade will error out with "can't find old settings", continue past this prompt and a fresh install without formating /myth will occur.
Diffstat (limited to 'abs/core-testing/LinHES-config/restore_km_db_chroot.sh')
-rw-r--r--abs/core-testing/LinHES-config/restore_km_db_chroot.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/restore_km_db_chroot.sh b/abs/core-testing/LinHES-config/restore_km_db_chroot.sh
index 17ad113..2f5ba72 100644
--- a/abs/core-testing/LinHES-config/restore_km_db_chroot.sh
+++ b/abs/core-testing/LinHES-config/restore_km_db_chroot.sh
@@ -35,7 +35,6 @@ if [ $SystemType = "Master_backend" -o $SystemType = "Standalone" ]
echo "restoring old database"
gunzip -c /myth/backup/mythconverg.sql.gz > /myth/backup/mythconverg.sql
mysql mythconverg < /myth/backup/mythconverg.sql
-
else
echo "Could not restore old database, mythconverg.sql is missing."
touch /tmp/.upgrade_db_failed