CVS: moonbase/kernel/kernel-reqs BUILD, NONE, 1.1 DETAILS, NONE,
1.1 POST_BUILD, NONE, 1.1 PRE_BUILD, NONE, 1.1
elaine at lunar-linux.org
elaine at lunar-linux.org
Thu Dec 11 21:55:16 GMT 2003
Update of /var/cvs/lunar/moonbase/kernel/kernel-reqs
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9877
Added Files:
BUILD DETAILS POST_BUILD PRE_BUILD
Log Message:
Pulling common code out of linux* modules into a common post-install mod.
--- NEW FILE: BUILD ---
(
kreqs="cryptoapi cipe snare-core ftpfs cvsfs NVIDIA_kernel \
NVIDIA alsa-driver bluez-kernel"
if module_installed pcmcia-cs; then
lin -r -c pcmcia-cs
fi
for req in $kreqs; do
if module_installed $req; then
lin -c $req
fi
done
)
--- NEW FILE: DETAILS ---
MODULE=kernel-reqs
VERSION=0.1
WEB_SITE=http://lunar-linux.org
ENTERED=20031211
UPDATED=20031211
SHORT="Cruft which must be re-installed after kernel installs!"
cat << EOF
This list includes (12/03):
ftpfs;
cvsfs;
NVIDIA_kernel;
NVIDIA;
alsa-driver;
cryptoapi;
pcmcia-cs;
mwavem;
cipe;
snare-core;
bluez-kernel;
EOF
--- NEW FILE: POST_BUILD ---
true
--- NEW FILE: PRE_BUILD ---
true
More information about the Lunar-commits
mailing list