Adding upstream version 1.236.2.
[live-boot-grml.git] / scripts / live-bottom / 23etc_modules
index 82be075..2240a1b 100755 (executable)
@@ -22,15 +22,15 @@ esac
 
 . /scripts/live-functions
 
-log_begin_msg "Preconfiguring /etc/modules..."
+log_begin_msg "Preconfiguring /etc/modules"
 
 # live-initramfs script
 
-case "$DPKG_ARCH" in
 # load the right modules
-powerpc|ppc64)
-        echo snd_powermac >> /root/etc/modules
-       ;;
+case "${DPKG_ARCH}" in
+       powerpc|ppc64)
+               echo snd_powermac >> /root/etc/modules
+               ;;
 esac
 
 log_end_msg