summaryrefslogtreecommitdiff
path: root/ubiquity-hooks/25modules
blob: 59a0d1557f5c7ad9f6b95091b53e3a0b80b5763f (plain)
1
2
3
4
5
6
7
8
#! /bin/sh
set -e

if [ -f /etc/modules ]; then
    cp -a /etc/modules /target/etc/modules
fi

exit 0