@@ -28,7 +28,7 @@ git log ${TAG_CREATED_FROM}..HEAD | grep '^ ' | trim
2828
2929### To Change
3030
31- * Reduce the iso size (lts greater 2 GiB, while image arount 1.1 GiB):
31+ * Reduce the iso size (lts greater 2 GiB, while image around 1.1 GiB):
3232 * Compare installed packages (mount/start official iso and run ` pacman -Qq ` )
3333 * Check if we can remove HOOKS in ` airootfs/etc/mkinitcpio.conf `
3434 * Check if official image also has that high amount of firmware
@@ -71,7 +71,7 @@ git log ${TAG_CREATED_FROM}..HEAD | grep '^ ' | trim
7171### Added in 3.2.0
7272
7373* Add cleanup for all archlinux based images or containers filtered by label
74- * Add cleanup of document and software to prevent git issus
74+ * Add cleanup of document and software to prevent git issues
7575* Add filter for docker prune with until-two-weeks-ago
7676* Add ` last_build* ` to .gitignore
7777* Add podman option to readme
@@ -211,7 +211,7 @@ git log ${TAG_CREATED_FROM}..HEAD | grep '^ ' | trim
211211
212212### Changed in 2.7.0
213213
214- * Changed some of the ` _echo_if_be_verbose ` calls by adding the variable name before outputing its content`
214+ * Changed ` _echo_if_be_verbose ` calls by adding the variable name before outputting its content`
215215* Added removal of ` last_build_date.txt ` if exists when ` upload_iso.sh ` is executed
216216* Updated ` source/pacman-init.service `
217217* Moved from ` qemu ` to ` qemu-full `
@@ -234,7 +234,7 @@ git log ${TAG_CREATED_FROM}..HEAD | grep '^ ' | trim
234234
235235### Changed in 2.5.0
236236
237- * Remove usage of ` BE_VERBOSE ` in ` configuration/upload_iso.sh ` since this is superseeded by ` -v `
237+ * Remove usage of ` BE_VERBOSE ` in ` configuration/upload_iso.sh ` since this is superseded by ` -v `
238238
239239## [ 2.4.0] ( https://github.com/stevleibelt/arch-linux-live-cd-iso-with-zfs/tree/2.4.0 ) - released at 20220330
240240
@@ -246,13 +246,13 @@ git log ${TAG_CREATED_FROM}..HEAD | grep '^ ' | trim
246246 * The next steps where only executed if build was successful
247247* Added output of flags when verbosity is enabled
248248* Added way more output if run in verbose mode
249- * Added addtional check in the step after bulding the iso to validate that an iso was build
249+ * Added additional check in the step after building the iso to validate that an iso was build
250250* Added doc block to each function
251251* Added argument check in each function
252252
253253### Changed in 2.4.0
254254
255- * Fixed an issue if script is not calld as root
255+ * Fixed an issue if script is not called as root
256256 * Previous to this fix, all arguments where lost (like ` -f ` )
257257* Centralized code by creating ` _create_directory_of_exit ` an ` _remove_path_or_exit `
258258
@@ -284,11 +284,12 @@ git log ${TAG_CREATED_FROM}..HEAD | grep '^ ' | trim
284284### Added in 2.1.0
285285
286286* added a [ CHANGELOG.md] ( CHANGELOG.md )
287- * added list of contributers
287+ * added list of contributors
288288
289289### Changed in 2.1.0
290290
291- * replaced current handlig of "exit if not executed from root" with "restart script by using sudo if not executed from root" - thanks to [ gardar] ( https://github.com/gardar )
291+ * Replaced handling of "exit if not executed from root"
292+ * Now "restart script by using sudo if not executed from root" - thanks to [ gardar] ( https://github.com/gardar )
292293
293294## [ 2.0.0] ( https://github.com/stevleibelt/arch-linux-live-cd-iso-with-zfs/tree/2.0.0 ) - released at 20220207
294295
0 commit comments