From 64c2e486f0746eeaf3a75dbdf54b0fa6b00fa0b8 Mon Sep 17 00:00:00 2001 From: Johnneylee Jack Rollins Date: Mon, 5 Sep 2011 14:16:07 -0700 Subject: [PATCH 1/2] Tinkered with the README. --- README | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README b/README index 0d5a7ddbe3ee8d..383933fe5d0d6e 100644 --- a/README +++ b/README @@ -62,13 +62,13 @@ INSTALLING the kernel source: directory where you have permissions (eg. your home directory) and unpack it: - gzip -cd linux-3.X.tar.gz | tar xvf - + gzip -cd linux-3.x.tar.gz | tar xvf - or - bzip2 -dc linux-3.X.tar.bz2 | tar xvf - + bzip2 -dc linux-3.x.tar.bz2 | tar xvf - - Replace "XX" with the version number of the latest kernel. + Replace "x" with the version number of the latest kernel. Do NOT use the /usr/src/linux area! This area has a (usually incomplete) set of kernel headers that are used by the library header @@ -85,10 +85,10 @@ INSTALLING the kernel source: or bzip2 -dc ../patch-3.x.bz2 | patch -p1 - (repeat xx for all versions bigger than the version of your current + (repeat x for all versions bigger than the version of your current source tree, _in_order_) and you should be ok. You may want to remove the backup files (xxx~ or xxx.orig), and make sure that there are no - failed patches (xxx# or xxx.rej). If there are, either you or me has + failed patches (xxx# or xxx.rej). If there are, either you or I have made a mistake. Unlike patches for the 3.x kernels, patches for the 3.x.y kernels @@ -164,7 +164,8 @@ CONFIGURING the kernel: only ask you for the answers to new questions. - Alternate configuration commands are: - "make config" Plain text interface. + "make config" Plain te +t interface. "make menuconfig" Text based color menus, radiolists & dialogs. "make nconfig" Enhanced text based color menus. "make xconfig" X windows (Qt) based configuration tool. From cc0f90ce6e6a729f63ecf34862960b62c5bd22f5 Mon Sep 17 00:00:00 2001 From: Johnneylee Jack Rollins Date: Mon, 5 Sep 2011 14:20:48 -0700 Subject: [PATCH 2/2] Replaced missing 'x', how funny. --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README b/README index 383933fe5d0d6e..e5111da9108bc2 100644 --- a/README +++ b/README @@ -164,8 +164,7 @@ CONFIGURING the kernel: only ask you for the answers to new questions. - Alternate configuration commands are: - "make config" Plain te -t interface. + "make config" Plain text interface. "make menuconfig" Text based color menus, radiolists & dialogs. "make nconfig" Enhanced text based color menus. "make xconfig" X windows (Qt) based configuration tool.