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

Commit 481e818

Browse files
committed
V1.2
1 parent f4d18e6 commit 481e818

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

BuildImage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# CONFIGURATION
1111

12-
IMAGE_VERSION="v1.1"
12+
IMAGE_VERSION="v1.2"
1313
SOURCE_RELEASE="20.04"
1414
DEST_RELEASE="22.04.1"
1515
TARGET_IMG="legendary-ubuntu-${DEST_RELEASE}-server-odroidm1-${IMAGE_VERSION}.img"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ Now run the build script with sudo ./BuildImage.sh. It will retrieve the base i
5555

5656
<h2>Update History</h2>
5757
<ul>
58+
<li>October 18th 2022 - V1.2</li>
59+
<ul>
60+
<li>Reupload images as some were not mounting properly</li>
61+
</ul>
5862
<li>October 3rd 2022 - V1.1</li>
5963
<ul>
6064
<li>Add lubuntu-desktop flavor</li>

resize_rootfs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ "$(id -u)" -ne "0" ]; then
1414
fi
1515

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

1919
set -x
2020

@@ -47,7 +47,7 @@ resize
4747

4848
# Run update-initramfs
4949
echo "Running update-initramfs..."
50-
echo "Running update-initramfs..." | tee /dev/kmsg
50+
echo "<4>resize_rootfs.sh: Running update-initramfs..." | tee /dev/kmsg
5151
update-initramfs -u
5252

5353
echo "Done!"

0 commit comments

Comments
 (0)