summaryrefslogtreecommitdiff
path: root/scripts/casper-bottom/33disable_binary_drivers
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/casper-bottom/33disable_binary_drivers')
-rwxr-xr-xscripts/casper-bottom/33disable_binary_drivers4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/casper-bottom/33disable_binary_drivers b/scripts/casper-bottom/33disable_binary_drivers
index 6bc2279..971ce8e 100755
--- a/scripts/casper-bottom/33disable_binary_drivers
+++ b/scripts/casper-bottom/33disable_binary_drivers
@@ -3,7 +3,7 @@
PREREQ=""
DESCRIPTION="Configuring some drivers..."
-. /scripts/functions
+. /scripts/casper-functions
prereqs()
{
@@ -23,3 +23,5 @@ log_begin_msg "$DESCRIPTION"
if [ -e /root/etc/default/linux-restricted-modules-common ]; then
echo 'DISABLED_MODULES="fglrx nv"' >> /root/etc/default/linux-restricted-modules-common
fi
+
+log_end_msg \ No newline at end of file