X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F23etc_modules;h=4cc300a857d12260353331c97e8d556457bf0485;hb=bd2cfbec5fe67ea696162c1caa5c80187a070bee;hp=82be0756c136eafe57c95f0bcf4dd8c820e364c3;hpb=25bcd436af6202932ad494c8ddd0a49999579924;p=live-boot-grml.git diff --git a/scripts/live-bottom/23etc_modules b/scripts/live-bottom/23etc_modules index 82be075..4cc300a 100755 --- a/scripts/live-bottom/23etc_modules +++ b/scripts/live-bottom/23etc_modules @@ -26,11 +26,11 @@ 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