Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fvbe.git;a=commitdiff;h=12350fe4d4c10a2ad2bf4f8844b60f504beff72e
commit 12350fe4d4c10a2ad2bf4f8844b60f504beff72e Author: Gabriel Craciunescu <[email protected]> Date: Thu Jun 22 00:27:18 2017 +0200 boot-files: rename PCI ACPI menu diff --git a/boot-files/grub-no-locales.cfg b/boot-files/grub-no-locales.cfg index 01fa226..b00098b 100644 --- a/boot-files/grub-no-locales.cfg +++ b/boot-files/grub-no-locales.cfg @@ -80,7 +80,7 @@ menuentry 'Disable ACPI..' { configfile /boot/grub/grub.cfg } -menuentry 'ACPI enabled , PCI ACPI disabled..' { +menuentry 'Disable PCI ACPI only..' { echo "Disabling PCI ACPI..." set acpi_opt="pci=noacpi" export acpi_opt diff --git a/boot-files/grub.cfg b/boot-files/grub.cfg index 475ee6f..ad2532a 100644 --- a/boot-files/grub.cfg +++ b/boot-files/grub.cfg @@ -82,7 +82,7 @@ menuentry 'Disable ACPI..' { configfile /boot/grub/grub.cfg } -menuentry 'ACPI enabled , PCI ACPI disabled..' { +menuentry 'Disable PCI ACPI only..' { echo "Disabling PCI ACPI..." set acpi_opt="pci=noacpi" export acpi_opt _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
