Delete boot_parameters.txt

Compiled in ABOUT
pull/23/head
johndah4x0r 2017-07-26 13:24:03 +02:00 committed by GitHub
parent e989eed7e2
commit cc4501658d
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
Boot parameters
=====================================================
These are used by the bootloader, the kernel and
the Live Kit system itself.
You can pass these boot parameters to the bootloader:
Live Kit parameters:
> debug - Start the Live Kit in debugging mode.
> from={n} - Load data from {n}. (will search all devices for the data)
> copy2ram - Boot the Live Kit system just as normal, but also copy data to RAM.
> perch - Activate persistent changes.
Kernel parameters:
> noapic - Disable APIC (if you want, or maybe if your kernel screams about it!)
> acpi=off - Disable ACPI (if you might be still using a legacy system :P)
> init={n} - Execute command {n} instead of the init script itself.