Merge pull request #19 from minimal-container-linux/master

update sources
This commit is contained in:
John Davidson 2021-03-15 13:05:52 +02:00 committed by GitHub
commit d27e51777a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -ex
KERNEL_VERSION=5.0.2
BUSYBOX_VERSION=1.30.1
KERNEL_VERSION=5.11.6
BUSYBOX_VERSION=1.33.0
SYSLINUX_VERSION=6.03
wget -O kernel.tar.xz http://kernel.org/pub/linux/kernel/v5.x/linux-${KERNEL_VERSION}.tar.xz
wget -O busybox.tar.bz2 http://busybox.net/downloads/busybox-${BUSYBOX_VERSION}.tar.bz2