https://github.com/kernelslacker/linux-historic-scripts
scripts to recreate a git archive of pre-git era kernel snapshots.
https://github.com/kernelslacker/linux-historic-scripts
Last synced: about 2 months ago
JSON representation
scripts to recreate a git archive of pre-git era kernel snapshots.
- Host: GitHub
- URL: https://github.com/kernelslacker/linux-historic-scripts
- Owner: kernelslacker
- Created: 2014-05-28T02:09:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T04:35:01.000Z (almost 10 years ago)
- Last Synced: 2023-04-01T13:52:41.128Z (about 2 years ago)
- Language: Shell
- Size: 447 KB
- Stars: 21
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: changelogs/0.01.txt
Awesome Lists containing this project
- stars - kernelslacker/linux-historic-scripts - scripts to recreate a git archive of pre-git era kernel snapshots. (Shell)
README
This is the set of scripts that I originally wrote to create the
historic linux kernel tree at https://archive.org/details/git-history-of-linuxThe various tarballs/patches live in dirs relevant to their versions
in the 'binaries' topdir. You will need to download them all from
kernel.org, and put them in a directory structure that looks like..0.x/
1.0/
1.1/
1.2/
1.3/
1.99/
2.0/
2.1/
2.2/
2.3/
2.4/Changelogs where available, are pulled from the changelogs/ dir.
To generate the git tree, run these commands in order..
untar.sh
make-diffs.sh
import.shThese will call the ancillary scripts for each branch.
You will need approximately 28G of disk space for the whole process.