This repository was archived by the owner on Oct 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
# CONFIGURATION
11
11
12
- IMAGE_VERSION=" v1.1 "
12
+ IMAGE_VERSION=" v1.2 "
13
13
SOURCE_RELEASE=" 20.04"
14
14
DEST_RELEASE=" 22.04.1"
15
15
TARGET_IMG=" legendary-ubuntu-${DEST_RELEASE} -server-odroidm1-${IMAGE_VERSION} .img"
Original file line number Diff line number Diff line change @@ -55,6 +55,10 @@ Now run the build script with sudo ./BuildImage.sh. It will retrieve the base i
55
55
56
56
<h2 >Update History</h2 >
57
57
<ul >
58
+ <li >October 18th 2022 - V1.2</li >
59
+ <ul>
60
+ <li>Reupload images as some were not mounting properly</li>
61
+ </ul>
58
62
<li >October 3rd 2022 - V1.1</li >
59
63
<ul>
60
64
<li>Add lubuntu-desktop flavor</li>
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [ "$(id -u)" -ne "0" ]; then
14
14
fi
15
15
16
16
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
18
18
19
19
set -x
20
20
47
47
48
48
# Run update-initramfs
49
49
echo " Running update-initramfs..."
50
- echo " Running update-initramfs..." | tee /dev/kmsg
50
+ echo " <4>resize_rootfs.sh: Running update-initramfs..." | tee /dev/kmsg
51
51
update-initramfs -u
52
52
53
53
echo " Done!"
You can’t perform that action at this time.
0 commit comments