diff options
-rwxr-xr-x | draklive | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1725,6 +1725,9 @@ sub record_usb_replicator { maybe_umount_device($device); die "unable to copy replicator files\n"; } + + output_p($live->{mnt} . "/images/list", "EN,English," . basename(get_disk_image_path($live)) . ",on\n"); + run_('umount', $live->{mnt}); maybe_umount_device($device); } |