diff options
-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 |