X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F23etc_modules;h=4cc300a857d12260353331c97e8d556457bf0485;hb=efc1e8ac663a70d2b538aeb215f04b2d1edddbd9;hp=82be0756c136eafe57c95f0bcf4dd8c820e364c3;hpb=cdb98bbbdc41b29c6b94dc5aed36393daec84cf8;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