Adding casper 1.81+debian-4.
[live-boot-grml.git] / ubiquity-hooks / 25modules
1 #! /bin/sh
2 set -e
3
4 if [ -f /etc/modules ]; then
5     cp -a /etc/modules /target/etc/modules
6 fi
7
8 exit 0