diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-05-16 13:48:07 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-05-16 13:48:07 +0000 |
commit | 1a71892f49fbf8657dc67924d90793d2d9a3ff8f (patch) | |
tree | 8f9f215a5147cb0526951f29e9d59c3e76cc3050 /rescue/partimage_whole_disk | |
parent | 25717f237e109b955c6b61542490b1481f0c9211 (diff) | |
download | drakx-1a71892f49fbf8657dc67924d90793d2d9a3ff8f.tar drakx-1a71892f49fbf8657dc67924d90793d2d9a3ff8f.tar.gz drakx-1a71892f49fbf8657dc67924d90793d2d9a3ff8f.tar.bz2 drakx-1a71892f49fbf8657dc67924d90793d2d9a3ff8f.tar.xz drakx-1a71892f49fbf8657dc67924d90793d2d9a3ff8f.zip |
- fix partimage_whole_disk: adapt to libDrakX changes
(backport from trunk)
Diffstat (limited to 'rescue/partimage_whole_disk')
-rwxr-xr-x | rescue/partimage_whole_disk | 3 |
1 files changed, 0 insertions, 3 deletions
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 |