diff --git a/etc/hook.d/60-copy-host-files b/etc/hook.d/60-copy-host-files index c643498..6e56cb2 100755 --- a/etc/hook.d/60-copy-host-files +++ b/etc/hook.d/60-copy-host-files @@ -33,7 +33,9 @@ die "Prefix is missing /etc : $prefix" unless ( -d $prefix . "/etc" ); # Copy some files literally. # my @files = ( "/etc/hosts", - "/etc/resolv.conf" + "/etc/resolv.conf", + "/etc/gshadow", + "/etc/group" ); foreach my $file ( @files )