diff --git a/README.md b/README.md index 17e3ac140..771af7367 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Installation * Clone the repository locally, then add bin to your path. * Make sure you have qemu-img (qemu-utils package on Ubuntu/Debian, - qemu on Fedora/RHEL/OpenSUSE) and kpartx installed. + qemu on Fedora/RHEL/openSUSE) and kpartx installed. Invocation ========== diff --git a/elements/cleanup-kernel-initrd/cleanup.d/99-cleanup-kernel-initrd b/elements/cleanup-kernel-initrd/cleanup.d/99-cleanup-kernel-initrd index 343e019da..6623c4697 100755 --- a/elements/cleanup-kernel-initrd/cleanup.d/99-cleanup-kernel-initrd +++ b/elements/cleanup-kernel-initrd/cleanup.d/99-cleanup-kernel-initrd @@ -37,8 +37,8 @@ function cleanup_old_kernel_initrd() select_boot_kernel_initrd $TARGET_ROOT BOOTDIR=$TARGET_ROOT/boot -# Select_boot_kernel has support for redhat/debian/openSuSE -# openSuSE has a built-in logic to delete old kernels +# Select_boot_kernel has support for redhat/debian/openSUSE +# openSUSE has a built-in logic to delete old kernels # Hence cleanup_old_kernel will be used only for redhat and debian derived distros. if [ -f $TARGET_ROOT/etc/redhat-release -o -f $TARGET_ROOT/etc/debian_version ] ; then cleanup_old_kernel_initrd diff --git a/elements/opensuse/root.d/10-opensuse-cloud-image b/elements/opensuse/root.d/10-opensuse-cloud-image index 6c1376b8e..092eab8b8 100755 --- a/elements/opensuse/root.d/10-opensuse-cloud-image +++ b/elements/opensuse/root.d/10-opensuse-cloud-image @@ -97,7 +97,7 @@ if [ -b $mount_device ]; then sudo umount $UNTAR_TO_LOCATION/mnt sudo qemu-nbd -d $mount_device else - echo "Unable to extract openSuSe Image." + echo "Unable to extract openSUSE Image." exit 1 fi # remove the temp directory