summaryrefslogtreecommitdiffstats
path: root/rescue/restore-image.sh
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-02-11 15:27:42 +0000
committerOlivier Blin <oblin@mandriva.com>2009-02-11 15:27:42 +0000
commitae6ade1585efc14129d8df865745ab92269d018d (patch)
treec0985376622ead1939a196fd21dc0c674c5b48ad /rescue/restore-image.sh
parent26a985b6fc1ad4250c4ea21500c44be05da95bd3 (diff)
downloaddrakx-backup-do-not-use-ae6ade1585efc14129d8df865745ab92269d018d.tar
drakx-backup-do-not-use-ae6ade1585efc14129d8df865745ab92269d018d.tar.gz
drakx-backup-do-not-use-ae6ade1585efc14129d8df865745ab92269d018d.tar.bz2
drakx-backup-do-not-use-ae6ade1585efc14129d8df865745ab92269d018d.tar.xz
drakx-backup-do-not-use-ae6ade1585efc14129d8df865745ab92269d018d.zip
fdisk.log is not more, do not try to remove it
Diffstat (limited to 'rescue/restore-image.sh')
-rwxr-xr-xrescue/restore-image.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/rescue/restore-image.sh b/rescue/restore-image.sh
index 4a5ec9499..e76ed7e64 100755
--- a/rescue/restore-image.sh
+++ b/rescue/restore-image.sh
@@ -101,7 +101,6 @@ function detect_root()
fi
if [ -z "${root}" ]; then
- rm -rf /tmp/fdisk.log
if [ "$devs_found" -gt "1" ]; then
if [ ! -z ${inst_source_dev} ]; then
opcao=$(dialog --backtitle "$BACKTITLE" --title "$TITLE" --stdout --menu 'Choose one of the detected devices to restore to (check the blocks size column first):' 8 50 0 $devices )