diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-05-08 21:20:24 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-05-08 21:20:24 +0000 |
commit | 2e869a793ee63ceef9c510507bab856488708d71 (patch) | |
tree | 0e7ea76cd5890b6c3cf7b257dc9a20b03f5a7a2e /rescue | |
parent | 535b09da3474c5b0adb70b4833c0b6b420efa2be (diff) | |
download | drakx-2e869a793ee63ceef9c510507bab856488708d71.tar drakx-2e869a793ee63ceef9c510507bab856488708d71.tar.gz drakx-2e869a793ee63ceef9c510507bab856488708d71.tar.bz2 drakx-2e869a793ee63ceef9c510507bab856488708d71.tar.xz drakx-2e869a793ee63ceef9c510507bab856488708d71.zip |
remove useless hack (partition_table::raw is correctly found by collect-perl-files)
Diffstat (limited to 'rescue')
-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 |