From 06c81a1a7c20495e74a76bbdfef4c1b1c5b8ae82 Mon Sep 17 00:00:00 2001 From: Andrew Bradford Date: Mon, 1 May 2017 12:44:55 -0400 Subject: [PATCH] bootable/kernel: Fix 'without' typo Thanks to akhiezer for pointing this out. --- BOOK/bootable/common/kernel.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BOOK/bootable/common/kernel.xml b/BOOK/bootable/common/kernel.xml index f159c4c..392c4d4 100644 --- a/BOOK/bootable/common/kernel.xml +++ b/BOOK/bootable/common/kernel.xml @@ -42,7 +42,7 @@ Since you are building for an embedded system make sure all key components are built into the kernel and not as modules. The key - components are console/video, disk, and network. With out these built + components are console/video, disk, and network. Without these built in, the system will not function properly. It is recommended to configure the kernel without modules in order to conserve disk space and to reduce the complexity of booting.