Commit 8f85517b authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Tim Gardner

UBUNTU: [Debian] module-inclusion -- add manual command entries

Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent 8789d515
......@@ -30,12 +30,15 @@ mkdir -p ${NROOT}
fi
# Copy over modules by name or pattern.
while read i
while read -r i
do
#
# 'find' blurts a warning if it cannot find any ko files.
#
case "$i" in
\!*)
(cd ${ROOT}; ${i#!} || true)
;;
*\**)
(cd ${ROOT}; eval find "${i}" -name "*.ko" || true)
;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment