summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 6f0ae5f..4c75eaf 100755
--- a/draklive
+++ b/draklive
@@ -939,7 +939,7 @@ sub record_usb_master {
rm_rf($live->{mnt} . $media_boot) if -e $live->{mnt} . $media_boot;
cp_af($live->get_builddir . $live->{prefix}{build}{boot}, $live->{mnt} . $media_boot);
- install_usb_bootloader($live, $media, $opts->{device}, $opts);
+ install_usb_bootloader($live, $media, $slash->{real_device}, $opts);
do {
my $loopbacks_source = $live->get_builddir . $live->{prefix}{build}{loopbacks} . '/';