Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
5fc96d42
Commit
5fc96d42
authored
Oct 04, 2003
by
Rusty Russell
Committed by
Linus Torvalds
Oct 04, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Bugzilla bug # 984 - 2.6 readme is still for 2.5
From: Josef Jeff Sipek <jeffpc@optonline.net>
parent
25e9378b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
11 deletions
+8
-11
README
README
+8
-11
No files found.
README
View file @
5fc96d42
Linux kernel release 2.
5
.xx
Linux kernel release 2.
6
.xx
These are the release notes for Linux version 2.
5
. Read them carefully,
These are the release notes for Linux version 2.
6
. Read them carefully,
as they tell you what this is all about, explain how to install the
kernel, and what to do if something goes wrong.
NOTE! As with all odd-numbered releases, 2.5.x is a development kernel.
For stable kernels, see the 2.4.x maintained by Marcelo Tosatti.
WHAT IS LINUX?
Linux is a Unix clone written from scratch by Linus Torvalds with
...
...
@@ -55,7 +52,7 @@ INSTALLING the kernel:
directory where you have permissions (eg. your home directory) and
unpack it:
gzip -cd linux-2.
5
.XX.tar.gz | tar xvf -
gzip -cd linux-2.
6
.XX.tar.gz | tar xvf -
Replace "XX" with the version number of the latest kernel.
...
...
@@ -64,15 +61,15 @@ INSTALLING the kernel:
files. They should match the library, and not get messed up by
whatever the kernel-du-jour happens to be.
- You can also upgrade between 2.
5
.xx releases by patching. Patches are
- You can also upgrade between 2.
6
.xx releases by patching. Patches are
distributed in the traditional gzip and the new bzip2 format. To
install by patching, get all the newer patch files, enter the
top level directory of the kernel source (linux-2.
5
.xx) and execute:
top level directory of the kernel source (linux-2.
6
.xx) and execute:
gzip -cd ../patch-2.
5
.xx.gz | patch -p1
gzip -cd ../patch-2.
6
.xx.gz | patch -p1
or
bzip2 -dc ../patch-2.
5
.xx.bz2 | patch -p1
bzip2 -dc ../patch-2.
6
.xx.bz2 | patch -p1
(repeat xx for all versions bigger than the version of your current
source tree, _in_order_) and you should be ok. You may want to remove
...
...
@@ -99,7 +96,7 @@ INSTALLING the kernel:
SOFTWARE REQUIREMENTS
Compiling and running the 2.
5
.xx kernels requires up-to-date
Compiling and running the 2.
6
.xx kernels requires up-to-date
versions of various software packages. Consult
./Documentation/Changes for the minimum version numbers required
and how to get updates for these packages. Beware that using
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment