Skip to content

Commit 133a38d

Browse files
committed
Fix spelling mistakes
1 parent 704c3bb commit 133a38d

File tree

9 files changed

+33
-32
lines changed

9 files changed

+33
-32
lines changed

.github/workflows/lts_dkms_iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Build ArchLinux zfs iso with LTS-Kernel and DKMS Package
33
on:
4-
schedule: # arch relases are published first day of the month
4+
schedule: # arch releases are published first day of the month
55
- cron: '50 23 1 * *'
66
workflow_dispatch:
77
pull_request:

.github/workflows/lts_no_dkms_iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Build ArchLinux zfs iso with LTS-Kernel and native ZFS Package
33
on:
4-
schedule: # arch relases are published first day of the month
4+
schedule: # arch releases are published first day of the month
55
- cron: '50 22 1 * *'
66
workflow_dispatch:
77
pull_request:

.github/workflows/no_lts_dkms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Build ArchLinux zfs iso with DKMS Package
33
on:
4-
schedule: # arch relases are published first day of the month
4+
schedule: # arch releases are published first day of the month
55
- cron: '50 21 1 * *'
66
workflow_dispatch:
77
pull_request:

.github/workflows/no_lts_no_dkms_iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Build ArchLinux zfs iso with native ZFS Package
33
on:
4-
schedule: # arch relases are published first day of the month
4+
schedule: # arch releases are published first day of the month
55
- cron: '50 20 1 * *'
66
workflow_dispatch:
77
pull_request:

CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ At the end, you only need to dd the iso to your favorit usb drive, use [venotoy]
1414

1515
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/stevleibelt/arch-linux-live-cd-iso-with-zfs/badge)](https://securityscorecards.dev/viewer/?uri=github.com/stevleibelt/arch-linux-live-cd-iso-with-zfs)
1616

17-
## Live enviroment
17+
## Live environment
1818

1919
This iso comes with some batteries included.
2020

@@ -48,7 +48,7 @@ docker compose run --rm archlinux-container bash
4848

4949
```bash
5050
# run a build
51-
# we need to run podman with privilige rights
51+
# we need to run podman with privilege rights
5252
sudo podman compose run --rm archlinux-container /app/build.sh
5353

5454
# to debug the container
@@ -112,14 +112,14 @@ docker run --rm -e LOG_LEVEL=DEBUG -e RUN_LOCAL=true -v .:/tmp/lint ghcr.io/supe
112112

113113
## Possible issues
114114

115-
Following issues are not reproducable on all my machines.
115+
Following issues are not reproducible on all my machines.
116116

117117
### Error: target not found: ipw2100-fw
118118

119119
* This error happens when calling `build.sh`
120120
* [This](https://gitlab.archlinux.org/archlinux/archiso/-/commit/4d64a58a905403b3abfca5077dcd924ef7901ba7) commit seams to be the reason
121-
* [This](https://bbs.archlinux.org/viewtopic.php?id=279908) thread contins information
122-
* [This](https://forum.endeavouros.com/t/missing-aur-packages-ipw2100-fw-ipw2200-fw/32019) is a solution for endevour os
121+
* [This](https://bbs.archlinux.org/viewtopic.php?id=279908) thread contains information
122+
* [This](https://forum.endeavouros.com/t/missing-aur-packages-ipw2100-fw-ipw2200-fw/32019) is a solution for endeavour os
123123

124124
## Links
125125

@@ -133,7 +133,7 @@ Following issues are not reproducable on all my machines.
133133
* [OpenSSF Scorecard Report: securityscorecards.dev](https://securityscorecards.dev/viewer/?uri=github.com/stevleibelt/arch-linux-live-cd-iso-with-zfs) - 20240408
134134
* [Ubuntu server zfsbootmenu: github.com](https://github.com/Sithuk/ubuntu-server-zfsbootmenu) - 20221108
135135

136-
## Contributers
136+
## Contributors
137137

138138
In alphabetically order.
139139

bin/installation.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22
####
33
# Automated installation of zfs for your arch linux
4-
# I am not the smart guy inventing this. I am just someone glueing things togehter.
4+
# I am not the smart guy inventing this. I am just someone glueing things together.
55
####
66
# @todo
7-
# Move question into seperate configuration
7+
# Move question into separate configuration
88
# @see
99
# https://github.com/eoli3n/archiso-zfs
1010
# https://github.com/eoli3n/arch-config
@@ -42,7 +42,7 @@ function _run_configuration ()
4242

4343
mkdir "${PATH_TO_THE_CONFIGURATION_DIRECTORY}"
4444

45-
_ask "Please input your prefered language (default is >>de<<)"
45+
_ask "Please input your preferred language (default is >>de<<)"
4646
if [[ ${#REPLY} -ne 2 ]];
4747
then
4848
REPLY="de"
@@ -56,7 +56,7 @@ function _run_configuration ()
5656
fi
5757
echo "${REPLY}" > "${LOCAL_PATH}"
5858

59-
_ask "Please input your prefered timezone (default is >>Europe/Berlin<<)"
59+
_ask "Please input your preferred timezone (default is >>Europe/Berlin<<)"
6060
if [[ ${#REPLY} -eq 0 ]];
6161
then
6262
REPLY="Europe/Berlin"
@@ -218,7 +218,7 @@ function _prepare_environment ()
218218

219219
_echo_if_be_verbose ":: Increasing cowspace to half of the RAM."
220220

221-
#usefull to install more
221+
#useful to install more
222222
mount -o remount,size=50% /run/archiso/cowspace
223223
}
224224

@@ -314,7 +314,7 @@ function _partition_device ()
314314
_echo_if_be_verbose ":: Informing kernel about partition changes."
315315
partprobe "${DEVICE_PATH}"
316316

317-
_echo_if_be_verbose ":: Formating EFI partition."
317+
_echo_if_be_verbose ":: Formatting EFI partition."
318318
sleep 1 #needed to fix a possible issue that partprobe is not done yet
319319
mkfs.vfat "${EFI_PARTITION}"
320320
}
@@ -567,15 +567,15 @@ function _main ()
567567

568568
if [[ ${SELECTED_STEP} -eq 0 ]] || [[ ${SELECTED_STEP} -eq ${CURRENT_STEP} ]];
569569
then
570-
_echo_if_be_verbose ":: bo step ${CURRENT_STEP} - preperation"
570+
_echo_if_be_verbose ":: bo step ${CURRENT_STEP} - preparation"
571571

572572
_prepare_environment
573573
_confirm_every_step
574574

575575
_initialize_archzfs
576576
_confirm_every_step
577577

578-
_echo_if_be_verbose ":: eo step ${CURRENT_STEP} - preperation"
578+
_echo_if_be_verbose ":: eo step ${CURRENT_STEP} - preparation"
579579
fi
580580

581581
#@see https://github.com/eoli3n/archiso-zfs/blob/master/init#L157

build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ function ask_for_more ()
406406
####
407407
function build_archiso ()
408408
{
409-
_echo_if_be_verbose ":: Starting bulding archiso"
409+
_echo_if_be_verbose ":: Starting building archiso"
410410

411411
#bo: variable
412412
local ISO_FILE_NAME
@@ -520,11 +520,11 @@ function build_archiso ()
520520
_echo_if_be_verbose " PATH_TO_THE_OUTPUT_DIRECTORY >>${PATH_TO_THE_OUTPUT_DIRECTORY}<<"
521521

522522
_echo_if_be_verbose " --------"
523-
echo " Listing directory content, filterd by >>archzfs<<..."
523+
echo " Listing directory content, filtered by >>archzfs<<..."
524524
ls -halt ${PATH_TO_THE_OUTPUT_DIRECTORY} | grep archzfs
525525

526526
_echo_if_be_verbose " --------"
527-
_echo_if_be_verbose ":: Finished bulding archiso"
527+
_echo_if_be_verbose ":: Finished building archiso"
528528
else
529529
echo ":: Invalid amount of iso files found."
530530
echo " Current path >>${PATH_TO_THE_OUTPUT_DIRECTORY}<<."
@@ -1030,7 +1030,7 @@ function _main ()
10301030
else
10311031
ROOT_COMMAND_PREFIX=""
10321032
fi
1033-
# we have to call it as root since we run the container with priviliged capabilities
1033+
# we have to call it as root since we run the container with privileged capabilities
10341034
${ROOT_COMMAND_PREFIX} podman compose run --rm archlinux-container /app/build.sh "${@}"
10351035
exit_if_last_exit_code_is_not_zero ${?} "Could not start podman container with: ${ROOT_COMMAND_PREFIX} podman compose run --rm archlinux-container /app/build.sh" "${@}"
10361036
cd - || exit 12

run_iso.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function _main ()
7272
fi
7373
#bo: help
7474

75-
#bo: environemt check
75+
#bo: environment check
7676
PATH_TO_THE_ISO="${PATH_TO_THIS_SCRIPT}/dynamic_data/out/archlinux-archzfs-${KERNEL}.iso"
7777

7878
if [[ ! -f "${PATH_TO_THE_ISO}" ]];
@@ -103,7 +103,7 @@ function _main ()
103103

104104
${SUDO_COMMAND_PREFIX} pacman -S edk2-ovmf
105105
fi
106-
#eo: environemt check
106+
#eo: environment check
107107

108108
#bo: core logic
109109
if [[ ${ISO_BOOT_TYPE} == "uefi" ]];

0 commit comments

Comments
 (0)