X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F23etc_modules;h=b73a10783e248b98ca9e67ce1359247a2fabe695;hb=d3381ae07b0c42122fed31e11b94c2532cedf1d7;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..b73a107 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