diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-02-11 15:27:42 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-02-11 15:27:42 +0000 |
commit | ae6ade1585efc14129d8df865745ab92269d018d (patch) | |
tree | c0985376622ead1939a196fd21dc0c674c5b48ad /rescue | |
parent | 26a985b6fc1ad4250c4ea21500c44be05da95bd3 (diff) | |
download | drakx-ae6ade1585efc14129d8df865745ab92269d018d.tar drakx-ae6ade1585efc14129d8df865745ab92269d018d.tar.gz drakx-ae6ade1585efc14129d8df865745ab92269d018d.tar.bz2 drakx-ae6ade1585efc14129d8df865745ab92269d018d.tar.xz drakx-ae6ade1585efc14129d8df865745ab92269d018d.zip |
fdisk.log is not more, do not try to remove it
Diffstat (limited to 'rescue')
-rwxr-xr-x | rescue/restore-image.sh | 1 |
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 ) |