Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
v27 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRemote committed Jan 20, 2020
1 parent 3399db3 commit c6d1e36
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
12 changes: 6 additions & 6 deletions BuildPiKernel64bit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# CONFIGURATION

IMAGE_VERSION="26"
IMAGE_VERSION="27"
SOURCE_RELEASE="18.04.3"

TARGET_IMG="ubuntu-18.04.3-preinstalled-server-arm64+raspi4.img"
Expand All @@ -25,8 +25,8 @@ SOURCE_IMG="ubuntu-18.04.3-preinstalled-server-arm64+raspi3.img"
SOURCE_IMGXZ="ubuntu-18.04.3-preinstalled-server-arm64+raspi3.img.xz"
RASPBIAN_IMG="2019-09-26-raspbian-buster-lite.img"
RASPBIAN_IMGZIP="2019-09-26-raspbian-buster-lite.img.zip"
UBUNTU_IMG="ubuntu-19.10-preinstalled-server-arm64+raspi3.img"
UBUNTU_IMGXZ="ubuntu-19.10-preinstalled-server-arm64+raspi3.img.xz"
UBUNTU_IMG="ubuntu-19.10.1-preinstalled-server-arm64+raspi3.img"
UBUNTU_IMGXZ="ubuntu-19.10.1-preinstalled-server-arm64+raspi3.img.xz"

export SLEEP_SHORT="0.1"
export SLEEP_LONG="1"
Expand Down Expand Up @@ -421,8 +421,8 @@ fi

# % Get Ubuntu source image
if [ ! -f "$UBUNTU_IMGXZ" ]; then
echo "Retrieving Ubuntu 19.10 source image ..."
wget http://cdimage.ubuntu.com/releases/eoan/release/ubuntu-19.10-preinstalled-server-arm64+raspi3.img.xz
echo "Retrieving Ubuntu 19.10.1 source image ..."
wget http://cdimage.ubuntu.com/ubuntu/releases/19.10.1/release/ubuntu-19.10.1-preinstalled-server-arm64+raspi3.img.xz
fi

if [ ! -f "$RASPBIAN_IMGZIP" ]; then
Expand All @@ -432,7 +432,7 @@ fi

# % Extract and compact our source image from the xz if the source image isn't present
if [ ! -f "$UBUNTU_IMG" ]; then
echo "Extracting Ubuntu 19.10 source image ..."
echo "Extracting Ubuntu 19.10.1 source image ..."
xzcat --threads=0 "$UBUNTU_IMGXZ" > "$UBUNTU_IMG"
MountIMG "$UBUNTU_IMG"
MountIMGPartitions "${MOUNT_IMG}"
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ If you come across a problem definitely open a GitHub issue or drop by the james

<h2>Update History</h2>

<h3>January 20th 2019 - v27 Release</h3>
<ul>
<li>Updated to kernel 4.19.97</li>
<li>Updated to Ubuntu 19.10.1 for base firmware instead of 19.10</li>
<li>Updated Raspbian-sourced firmware</li>
</ul>

<h3>December 20th 2019 - v26 Release</h3>
<ul>
<li>Updated to kernel 4.19.89</li>
Expand Down

0 comments on commit c6d1e36

Please sign in to comment.