From 62dda0915afa2eb3a8de8e801cd1ef3ecdf4c69e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 21 Nov 2007 11:16:36 +0000 Subject: - fix build (fix a workaround in partimage_whole_disk) --- rescue/partimage_whole_disk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rescue/partimage_whole_disk') diff --git a/rescue/partimage_whole_disk b/rescue/partimage_whole_disk index 91c92ac70..6d10ffdd7 100755 --- a/rescue/partimage_whole_disk +++ b/rescue/partimage_whole_disk @@ -13,7 +13,7 @@ use partition_table::empty; use Carp::Heavy; #- help getting the file in make_rescue_img -BEGIN { partition_table::raw::default_type() } +BEGIN { partition_table::raw::first_usable_sector() } my %options = ( save_home_directory => 1, -- cgit v1.2.1