From e2814a55f68ba2010f7e94f71f1df293bfe0ab64 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 11 Feb 2009 14:26:17 +0000 Subject: rename as detect_and_resize_win32 --- rescue/restore-image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rescue/restore-image.sh') diff --git a/rescue/restore-image.sh b/rescue/restore-image.sh index 046ba10e0..10bde44e0 100755 --- a/rescue/restore-image.sh +++ b/rescue/restore-image.sh @@ -112,13 +112,13 @@ function detect_root() root=$(echo ${devices} | cut -d ' ' -f 1) fi else - root=$(resize_win32 $(echo ${devices} | cut -d ' ' -f 1)) + root=$(detect_and_resize_win32 $(echo ${devices} | cut -d ' ' -f 1)) fi echo "${root}" } -function resize_win32() +function detect_and_resize_win32() { # from detect_root() disk=${1} -- cgit v1.2.1