From 543331dd5815fe335451261a746121a5b1c503b4 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 7 Jun 2007 14:42:35 +0000 Subject: hide more autorun files --- draklive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draklive b/draklive index 163d468..ca3dcd9 100755 --- a/draklive +++ b/draklive @@ -1171,7 +1171,7 @@ sub record_usb_master { cp_af(glob_(get_builddir($live) . $live->{prefix}{build}{files} . '/*'), $live->{mnt}); } unless $opts->{boot_only}; - my @dot_files = map { basename($_) } glob_($live->{mnt} . "/.*"), grep { -e $_ } $live->{mnt} . '/autorun.inf'; + my @dot_files = map { basename($_) } glob_($live->{mnt} . "/.*"), glob_($live->{mnt} . "/autorun.*"); run_('umount', $live->{mnt}); maybe_umount_device($device); -- cgit v1.2.1