/mandos/trunk

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

« back to all changes in this revision

Viewing changes to initramfs-tools-hook

* network-hooks.d: New directory.
* network-hooks.d/bridge: New example hook.
* network-hooks.d/bridge.conf: Config file for bridge example hook.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
    esac
117
117
    # Copy any files needed by the network hook
118
118
    MANDOSNETHOOKDIR=/etc/mandos/network-hooks.d MODE=files \
119
 
        VERBOSITY=0 "$hook" files | while read file target; do
 
119
        "$hook" files | while read file target; do
120
120
        if [ -z "${target}" ]; then
121
121
            copy_exec "$file"
122
122
        else