diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-11-12 11:06:55 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-11-12 11:06:55 +0000 |
commit | a64b58239f8a7509e383243d64891ff51728aab6 (patch) | |
tree | 3b08ac55528dce9252be934c22b95e97fd6bab05 /rescue | |
parent | d82841b727c6d9e8debc0d049272c13553fd80fe (diff) | |
download | drakx-a64b58239f8a7509e383243d64891ff51728aab6.tar drakx-a64b58239f8a7509e383243d64891ff51728aab6.tar.gz drakx-a64b58239f8a7509e383243d64891ff51728aab6.tar.bz2 drakx-a64b58239f8a7509e383243d64891ff51728aab6.tar.xz drakx-a64b58239f8a7509e383243d64891ff51728aab6.zip |
remove duplicate error message
Diffstat (limited to 'rescue')
-rwxr-xr-x | rescue/restore-image.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rescue/restore-image.sh b/rescue/restore-image.sh index dade72dee..b35bb4b7e 100755 --- a/rescue/restore-image.sh +++ b/rescue/restore-image.sh @@ -98,8 +98,6 @@ function detect_root() else root=$opcao fi - else - _msgbox "\nError writing image: disk device not detected.\n" fi else root=$(echo $devices | cut -d ' ' -f 1) |