diff options
Diffstat (limited to 'move/move.pm')
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm index f39c3e983..89c0238ef 100644 --- a/move/move.pm +++ b/move/move.pm @@ -56,7 +56,7 @@ sub init { #- these files are typically opened in read-write mode, we need them copied mkdir_p("/etc/$_"), system("cp -R /image/etc/$_/* /etc/$_") - foreach qw(cups profile.d sysconfig sysconfig/network-scripts devfs/conf.d); + foreach qw(cups profile.d sysconfig devfs/conf.d); #- directories we badly need as non-links because files will be written in handle_etcfiles('DIR'); |