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/NEWS | 2 ++ rescue/partimage_whole_disk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'rescue') diff --git a/rescue/NEWS b/rescue/NEWS index 386b5d20a..03a20dcd0 100644 --- a/rescue/NEWS +++ b/rescue/NEWS @@ -1,3 +1,5 @@ +- fix build (fix a workaround in partimage_whole_disk) + Version 1.7 - 25 September 2007, by Pascal "Pixel" Rigaux - add mount.nfs binary (since mount doesn't handle nfs fs anymore) 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