X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F23etc_modules;h=2240a1bab57741199141e76cf848129bf67d58c8;hb=24b9fd1c70013f5847d3a4658e56bd44534e7890;hp=82be0756c136eafe57c95f0bcf4dd8c820e364c3;hpb=ccea277caf476cdfef4c0f953df5a97062d8be42;p=live-boot-grml.git diff --git a/scripts/live-bottom/23etc_modules b/scripts/live-bottom/23etc_modules index 82be075..2240a1b 100755 --- a/scripts/live-bottom/23etc_modules +++ b/scripts/live-bottom/23etc_modules @@ -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