diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-02-11 15:20:27 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-02-11 15:20:27 +0000 |
commit | 54a9c4ab7247b23a556c7add155caeba1a723968 (patch) | |
tree | 6571cb9f70342de35f0c4c3cd3f8ae907583ba9d /rescue/restore-image.sh | |
parent | 697118eb8ea093f68a4650d9329b3511b8f4cb45 (diff) | |
download | drakx-54a9c4ab7247b23a556c7add155caeba1a723968.tar drakx-54a9c4ab7247b23a556c7add155caeba1a723968.tar.gz drakx-54a9c4ab7247b23a556c7add155caeba1a723968.tar.bz2 drakx-54a9c4ab7247b23a556c7add155caeba1a723968.tar.xz drakx-54a9c4ab7247b23a556c7add155caeba1a723968.zip |
oops, remove completely
Diffstat (limited to 'rescue/restore-image.sh')
-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 0bb234bac..55097bf5a 100755 --- a/rescue/restore-image.sh +++ b/rescue/restore-image.sh @@ -96,7 +96,6 @@ function detect_root() devs_found=$(($(echo $devices | wc -w)/2)) # we might use it later again fdisk -l | grep "^/dev/" | grep -v ${dev} > /tmp/fdisk.log - first_disk= # get the last created windows partition information set -f |