From cc4501658d02081a3d784c4e488d6fda0300c82a Mon Sep 17 00:00:00 2001 From: johndah4x0r Date: Wed, 26 Jul 2017 13:24:03 +0200 Subject: [PATCH] Delete boot_parameters.txt Compiled in ABOUT --- DOC/boot_parameters.txt | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 DOC/boot_parameters.txt diff --git a/DOC/boot_parameters.txt b/DOC/boot_parameters.txt deleted file mode 100644 index 6722920..0000000 --- a/DOC/boot_parameters.txt +++ /dev/null @@ -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.