Skip to content

Commit

Permalink
Kernel 5.16.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromaz committed Apr 12, 2022
1 parent 6a5d3f0 commit 46697e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Yosild - Your simple Linux distro

Yosild is a single shell script that builds a full, minimal Linux distribution,
based on BusyBox. It compiles the **latest stable kernel** (5.16.14) and the
based on BusyBox. It compiles the **latest stable kernel** (5.16.19) and the
**latest stable version of the BusyBox** (1.34.1). This script can prepare
minimalistic Linux system for devices with little hardware resources. Yosild Linux
needs just **70 MB RAM** and **40 MB storage size**. *yosild.sh* requires
Expand Down
6 changes: 3 additions & 3 deletions yosild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
# ---------------------------------------

# ----- Config --------------------------
device="sdc"
device="sda"
distro_name="Yosild"
distro_desc="Your simple Linux distro"
distro_codename="chinchilla"
telnetd_enabled="true"
hyperv_support="false"
kernel="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.14.tar.xz"
hyperv_support="true"
kernel="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.19.tar.xz"
busybox="https://busybox.net/downloads/busybox-1.34.1.tar.bz2"
# ---------------------------------------

Expand Down

0 comments on commit 46697e2

Please sign in to comment.