Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jedahan/1296207 to your computer and use it in GitHub Desktop.
Save jedahan/1296207 to your computer and use it in GitHub Desktop.
From 279c5baab785d3ec00e5c5bc1d42d16e6b137ba1 Mon Sep 17 00:00:00 2001
From: Jonathan Dahan <jonathan@jedahan.com>
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