X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F23etc_modules;h=2240a1bab57741199141e76cf848129bf67d58c8;hb=ad7598cb46a5a6268ca60e5dba156056fb86c09d;hp=b73a10783e248b98ca9e67ce1359247a2fabe695;hpb=fdd8036ba32ad88e83a61191cc4597ae060355d2;p=live-boot-grml.git diff --git a/scripts/live-bottom/23etc_modules b/scripts/live-bottom/23etc_modules index b73a107..2240a1b 100755 --- a/scripts/live-bottom/23etc_modules +++ b/scripts/live-bottom/23etc_modules @@ -22,12 +22,12 @@ esac . /scripts/live-functions -log_begin_msg "Preconfiguring /etc/modules..." +log_begin_msg "Preconfiguring /etc/modules" # live-initramfs script # load the right modules -case "$DPKG_ARCH" in +case "${DPKG_ARCH}" in powerpc|ppc64) echo snd_powermac >> /root/etc/modules ;;