mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
Add linux kernel 2.6.16.62.
This commit is contained in:
parent
950f339272
commit
925ce198c1
11 changed files with 2005 additions and 0 deletions
4
sysa.py
4
sysa.py
|
|
@ -384,6 +384,10 @@ class SysA:
|
|||
self.get_file("https://github.com/horms/kexec-tools/archive/refs/tags/v2.0.22.tar.gz",
|
||||
output="kexec-tools-2.0.22.tar.gz")
|
||||
|
||||
# linux kernel 2.6.16.62
|
||||
# for some reason this is no longer on kernel.org
|
||||
self.get_file("https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/snapshot/linux-2.6.16.62.tar.gz")
|
||||
|
||||
# bash 5.1
|
||||
self.get_file("https://mirrors.kernel.org/gnu/bash/bash-5.1.tar.gz")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue