Browse Source

Fix spelling errors.

Changelog: None
Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
2.1.x
Drew Moseley 5 years ago
parent
commit
4e98e781e0
  1. 4
      configs/mender_grub_config
  2. 2
      mender-convert-package
  3. 2
      modules/probe.sh

4
configs/mender_grub_config

@ -22,13 +22,13 @@ MENDER_GRUB_STORAGE_DEVICE=hd0
# Type of kernel (bzImage or zImage)
#
# mender-convert will try to determinate this value on its own, only set this
# mender-convert will try to determine this value on its own, only set this
# if was not possible to auto-detect
MENDER_GRUB_KERNEL_IMAGETYPE=""
# Type of initrd image
#
# mender-convert will try to determinate this value on its own, only set this
# mender-convert will try to determine this value on its own, only set this
# if was not possible to auto-detect
MENDER_GRUB_INITRD_IMAGETYPE=""

2
mender-convert-package

@ -181,7 +181,7 @@ elif file ${root_part} | grep -q XFS; then
image_fs_type="xfs"
else
log_warn "$(file work/${root_part})"
log_fatal "Could not determinate root file-system type. Aborting..."
log_fatal "Could not determine root file-system type. Aborting..."
fi
disk_create_file_system_from_folder "work/rootfs/data/" "work/data.img" \

2
modules/probe.sh

@ -30,7 +30,7 @@ probe_arch() {
done
if [ -z "${file_info}" ]; then
log_fatal "Sorry, not able to determinate target architecture"
log_fatal "Sorry, not able to determine target architecture"
fi
target_arch="unknown"

Loading…
Cancel
Save