Created
October 18, 2011 18:18
-
-
Save jedahan/1296207 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 279c5baab785d3ec00e5c5bc1d42d16e6b137ba1 Mon Sep 17 00:00:00 2001 | |
From: Jonathan Dahan <[email protected]> | |
Date: Tue, 18 Oct 2011 14:18:33 -0400 | |
Subject: [PATCH] update install docs to use .xz format | |
--- | |
install-guide.mkd | 5 +++-- | |
1 files changed, 3 insertions(+), 2 deletions(-) | |
diff --git a/install-guide.mkd b/install-guide.mkd | |
index fc46e71..a25a1ab 100644 | |
--- a/install-guide.mkd | |
+++ b/install-guide.mkd | |
@@ -97,11 +97,12 @@ advanced installations including LVM2 or preparing for diskless installations. | |
* Download the latest stable kernel from [The Linux Kernel Archives][7]. | |
- # wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-${KERNEL_VERSION}.tar.bz2 | |
+ # export KERNEL_VERSION=3.0.4 | |
+ # wget http://www.kernel.org/pub/linux/kernel/v${KERNEL_VERSION::3}/linux-${KERNEL_VERSION}.tar.xz | |
* Extract it | |
- # tar xvjf linux-${KERNEL_VERSION}.tar.bz2 | |
+ # tar xvJf linux-${KERNEL_VERSION}.tar.xz | |
* Install the kernel | |
-- | |
1.7.4.4 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment