summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rescue/NEWS1
-rw-r--r--rescue/list.xml2
-rwxr-xr-xrescue/partimage_whole_disk3
3 files changed, 3 insertions, 3 deletions
diff --git a/rescue/NEWS b/rescue/NEWS
index 9b62815f5..ba1e0ff89 100644
--- a/rescue/NEWS
+++ b/rescue/NEWS
@@ -1,4 +1,5 @@
- fix "Mounting other partitions from fstab" which use UUID=xxx
+- fix partimage_whole_disk: adapt to libDrakX changes
Version 1.9 - 10 March 2008, by Olivier "blino" Blin
diff --git a/rescue/list.xml b/rescue/list.xml
index ffd783c9f..8ede635f4 100644
--- a/rescue/list.xml
+++ b/rescue/list.xml
@@ -267,6 +267,8 @@
</to>
<to dir="/usr/sbin">
partimage_whole_disk
+ fs/dmraid.pm <!-- required by fsedit -->
+ partition_table/*.pm <!-- required by partimage_whole_disk -->
</to>
</from>
<from dir="/usr/lib/libDrakX">
diff --git a/rescue/partimage_whole_disk b/rescue/partimage_whole_disk
index 5e8a6f915..77104d19d 100755
--- a/rescue/partimage_whole_disk
+++ b/rescue/partimage_whole_disk
@@ -12,9 +12,6 @@ use common;
use partition_table::empty;
use Carp::Heavy;
-#- help getting the file in make_rescue_img
-BEGIN { partition_table::raw::first_usable_sector() }
-
my %options = (
save_home_directory => 1,
empty_space_at_end_of_disk => 0, # 300 * 1024 * 2, # 300MB