summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraklive3
1 files changed, 1 insertions, 2 deletions
diff --git a/draklive b/draklive
index b3b2e87..1a17749 100755
--- a/draklive
+++ b/draklive
@@ -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";