Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
V1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRemote committed Oct 19, 2022
1 parent f4d18e6 commit 481e818
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BuildImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# CONFIGURATION

IMAGE_VERSION="v1.1"
IMAGE_VERSION="v1.2"
SOURCE_RELEASE="20.04"
DEST_RELEASE="22.04.1"
TARGET_IMG="legendary-ubuntu-${DEST_RELEASE}-server-odroidm1-${IMAGE_VERSION}.img"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ Now run the build script with sudo ./BuildImage.sh. It will retrieve the base i

<h2>Update History</h2>
<ul>
<li>October 18th 2022 - V1.2</li>
<ul>
<li>Reupload images as some were not mounting properly</li>
</ul>
<li>October 3rd 2022 - V1.1</li>
<ul>
<li>Add lubuntu-desktop flavor</li>
Expand Down
4 changes: 2 additions & 2 deletions resize_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "$(id -u)" -ne "0" ]; then
fi

echo "Resizing root filesystem -- please wait..."
echo "Resizing root filesystem -- please wait..." | tee /dev/kmsg
echo "<4>resize_rootfs.sh: Resizing root filesystem -- please wait..." | tee /dev/kmsg

set -x

Expand Down Expand Up @@ -47,7 +47,7 @@ resize

# Run update-initramfs
echo "Running update-initramfs..."
echo "Running update-initramfs..." | tee /dev/kmsg
echo "<4>resize_rootfs.sh: Running update-initramfs..." | tee /dev/kmsg
update-initramfs -u

echo "Done!"

0 comments on commit 481e818

Please sign in to comment.