From a02a270030ac3076e18c70c97d683f168a743ac8 Mon Sep 17 00:00:00 2001 From: Igor Belitskiy Date: Wed, 5 Apr 2023 11:10:04 +0600 Subject: [PATCH] fix --- boot-options.csv | 14 -------------- input-options.csv | 6 ------ output-options.csv | 6 ------ 3 files changed, 26 deletions(-) delete mode 100644 boot-options.csv delete mode 100644 input-options.csv delete mode 100644 output-options.csv diff --git a/boot-options.csv b/boot-options.csv deleted file mode 100644 index 1aba2df..0000000 --- a/boot-options.csv +++ /dev/null @@ -1,14 +0,0 @@ -Option,Description -quiet,Downloading without text messages -splash,Show welcome window -noplymouth,Disable Plymouth -acpi=off,Disable ACPI -noapic,Disable APIC -nolapic,Disable local APIC -single,Single User Mode -nomodeset,Disable kernel selection and loading of video drivers -915.enable_dc=0,Disable GPU power management -ahci.mobile_lpm_policy=1,"Maximum performance, power management" -snd-intel-dspcfg.dsp_driver=1,Forced selection of an Intel sound device driver -intel_idle.max_cstate=1,Prevents the processor from going into a deep sleep state -intel_idle.max_cstate=4,Eliminates flickering laptop display on Ultra Voltage processors diff --git a/input-options.csv b/input-options.csv deleted file mode 100644 index 4bd7f47..0000000 --- a/input-options.csv +++ /dev/null @@ -1,6 +0,0 @@ -Option,Description -console,PC BIOS & EFI console -serial,Serial terminal -ofconsole,Open Firmware Console -at_keyboard,PC AT Keyboard (Coreboot) -usb_keyboard,USB Keyboard (HID Boot protocol) diff --git a/output-options.csv b/output-options.csv deleted file mode 100644 index 30453d6..0000000 --- a/output-options.csv +++ /dev/null @@ -1,6 +0,0 @@ -Option,Description -console,PC BIOS & EFI console -serial,Serial terminal -ofconsole,Open Firmware Console -gfxterm,Output in graphical mode -vga_text,VGA text output (Coreboot)