diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-05-16 20:13:38 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-05-16 20:13:38 +0000 |
commit | efda9155a6e3d6b68ab59410f3b0f1aaff82739b (patch) | |
tree | 73bf8a4ba78a713234ef553bd1eb81781049afac | |
parent | 08a0fe399e4d6e387f3ab516286956b3dbeeb9c5 (diff) | |
download | draklive-efda9155a6e3d6b68ab59410f3b0f1aaff82739b.tar draklive-efda9155a6e3d6b68ab59410f3b0f1aaff82739b.tar.gz draklive-efda9155a6e3d6b68ab59410f3b0f1aaff82739b.tar.bz2 draklive-efda9155a6e3d6b68ab59410f3b0f1aaff82739b.tar.xz draklive-efda9155a6e3d6b68ab59410f3b0f1aaff82739b.zip |
rename live->{loopbacks}{exclude_files} as live->{loopbacks}{exclude}{files}
-rwxr-xr-x | draklive | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -757,7 +757,7 @@ sub create_loopback_files { # umount filesystem in the live before creating the loopback umount_external_filesystem($live); - my @excluded_files = expand_file_list($live, @{$live->{loopbacks}{exclude_files}}); + my @excluded_files = expand_file_list($live, @{$live->{loopbacks}{exclude}{files}}); foreach (grep { exists $loop{$_->{type}}{build} } @{$live->{mount}{dirs} || []}) { local $_->{exclude} = [ @excluded_files ]; |