diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-02-11 14:40:37 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-02-11 14:40:37 +0000 |
commit | 4415c09943419c20215cb5c8c3c5de4859532f5a (patch) | |
tree | 4f2307b578388a5b309b1f308173b7df75161609 | |
parent | f14d5b327e70e7c622896911272d87fd3b63275d (diff) | |
download | drakx-4415c09943419c20215cb5c8c3c5de4859532f5a.tar drakx-4415c09943419c20215cb5c8c3c5de4859532f5a.tar.gz drakx-4415c09943419c20215cb5c8c3c5de4859532f5a.tar.bz2 drakx-4415c09943419c20215cb5c8c3c5de4859532f5a.tar.xz drakx-4415c09943419c20215cb5c8c3c5de4859532f5a.zip |
declare global win32 variables
-rwxr-xr-x | rescue/restore-image.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rescue/restore-image.sh b/rescue/restore-image.sh index dbef9f0df..5d8c4c1b9 100755 --- a/rescue/restore-image.sh +++ b/rescue/restore-image.sh @@ -17,6 +17,9 @@ images_dir="$restore_media/images" images="$images_dir/list" images_config="$images_dir/config" image="" +win32_part_dev= +win32_part_type= +win32_part_new_size= function read_config() { |