From: Christian Hofstaedtler Date: Wed, 16 Nov 2011 10:05:31 +0000 (+0100) Subject: Update ACPI progress strings X-Git-Tag: v0.9.34~14 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=2144a3a7d7a98359cb9133facb8f0261744afeac;hp=65fdd0026f6af2d592c2baa2d8e76fc04cdd2d09 Update ACPI progress strings --- diff --git a/autoconfig.functions b/autoconfig.functions index 92468fb..8fa87a9 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -695,11 +695,11 @@ fi config_acpi_apm(){ if [ -d /proc/acpi ]; then if checkbootparam 'noacpi'; then - ewarn "Skipping ACPI Bios detection as requested via noacpi on boot commandline." ; eend 0 + ewarn "ACPI: Not loading modules as requested by boot option \"noacpi\"." ; eend 0 elif checkbootparam 'nogrmlacpi' ; then - ewarn "Skipping ACPI Bios detection as requested via nogrmlacpi on boot commandline." ; eend 0 + ewarn "ACPI: Not loading modules as requested by boot option \"nogrmlacpi\"." ; eend 0 else - einfo "ACPI Bios found, activating modules (disable via bootoption noacpi / nogrmlacpi): " + einfo "ACPI: Loading modules (disable with boot option noacpi / nogrmlacpi): " eindent found="" for a in /lib/modules/$KERNEL/kernel/drivers/acpi/*; do