/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to initramfs-tools-hook

  • Committer: Teddy Hogeborn
  • Date: 2009-10-21 22:48:02 UTC
  • Revision ID: teddy@fukt.bsnet.se-20091021224802-v7nijr97tq3h7kep
* initramfs-tools-hook: Only copy needed file; avoid copying Mandos
                        server config files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
fi
115
115
 
116
116
# Config files
117
 
for file in /etc/mandos/*; do
 
117
for file in /etc/mandos/plugin-runner.conf; do
118
118
    if [ -d "$file" ]; then
119
119
        continue
120
120
    fi