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