diff options
-rwxr-xr-x | draklive | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1106,8 +1106,7 @@ sub record_rescue_files { sub record_oem_rescue { my ($live, $device, $opts) = @_; - my $media = $live->{oem_rescue}{media}; - my $media_boot = $live->get_media_prefix('boot'); + mkdir_p($live->{mnt}); run_('mount', $device, $live->{mnt}) or die "unable to mount $device\n"; |