X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=9c1bb651ce5982d2f0daa189816abe79a2c6fd5c;hp=92468fb58d2e031a177eae7013efa768da17376c;hb=84fb68bfac359c3d16704710c846fba706acb52f;hpb=65fdd0026f6af2d592c2baa2d8e76fc04cdd2d09 diff --git a/autoconfig.functions b/autoconfig.functions index 92468fb..9c1bb65 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 @@ -744,15 +744,6 @@ fi } # }}} -# {{{ AGP -config_agp(){ -if checkbootparam 'forceagp' ; then -# Probe for AGP. Hope this can fail safely - grep -q "AGP" "/proc/pci" 2>>$DEBUG && { modprobe agpgart || modprobe agpgart agp_try_unsupported=1; } >>$DEBUG 2>&1 && einfo "AGP bridge detected." ; eend 0 -fi -} -# }}} - # {{{ Collect partitions from /proc/partitions first for enabling DMA check_partitions(){ partitions=""