Adding casper 1.71+debian-1.
[live-boot-grml.git] / scripts / casper-bottom / 33disable_binary_drivers
index 4e4fec3..971ce8e 100755 (executable)
@@ -3,7 +3,7 @@
 PREREQ=""
 DESCRIPTION="Configuring some drivers..."
 
-. /scripts/functions
+. /scripts/casper-functions
 
 prereqs()
 {
@@ -21,5 +21,7 @@ esac
 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
+    echo 'DISABLED_MODULES="fglrx nv"' >> /root/etc/default/linux-restricted-modules-common
 fi
+
+log_end_msg
\ No newline at end of file