diff --git a/elements/deploy-kexec/README.md b/elements/deploy-kexec/README.md index af3f9423..e316e181 100644 --- a/elements/deploy-kexec/README.md +++ b/elements/deploy-kexec/README.md @@ -1,3 +1,3 @@ Boots into the new image once baremetal-deploy-helper signals it is finished by downloading the kernel and ramdisk via tftp, -and using the kexec utilities. \ No newline at end of file +and using the kexec utilities. diff --git a/elements/fedora/element-deps b/elements/fedora/element-deps index 54d50185..3750f722 100644 --- a/elements/fedora/element-deps +++ b/elements/fedora/element-deps @@ -4,4 +4,4 @@ dkms redhat-common rpm-distro source-repositories -yum \ No newline at end of file +yum diff --git a/elements/redhat-common/README.md b/elements/redhat-common/README.md index dbe5feb3..f425b027 100644 --- a/elements/redhat-common/README.md +++ b/elements/redhat-common/README.md @@ -10,4 +10,4 @@ Overrides: image. This is useful in that you can use a customized or previously built cloud image from diskimage-builder as input. The cloud image does not have to have been built by diskimage-builder. It should be a full disk image, - not just a filesystem image. \ No newline at end of file + not just a filesystem image. diff --git a/elements/redhat-common/pre-install.d/02-lsb b/elements/redhat-common/pre-install.d/02-lsb index f3eed2c1..91c78d0d 100755 --- a/elements/redhat-common/pre-install.d/02-lsb +++ b/elements/redhat-common/pre-install.d/02-lsb @@ -3,4 +3,4 @@ set -eu set -o pipefail -install -m 0755 -o root -g root /opt/stack/lsb-release/lsb_release /usr/local/bin \ No newline at end of file +install -m 0755 -o root -g root /opt/stack/lsb-release/lsb_release /usr/local/bin diff --git a/elements/rhel/pre-install.d/10-yum-blacklist b/elements/rhel/pre-install.d/10-yum-blacklist index ca83aa00..ff80a8ad 100755 --- a/elements/rhel/pre-install.d/10-yum-blacklist +++ b/elements/rhel/pre-install.d/10-yum-blacklist @@ -3,4 +3,4 @@ set -eu set -o pipefail -echo "ccache dkms" > /tmp/yum-blacklist \ No newline at end of file +echo "ccache dkms" > /tmp/yum-blacklist diff --git a/elements/selinux-permissive/README.md b/elements/selinux-permissive/README.md index af376e67..3df0f44e 100644 --- a/elements/selinux-permissive/README.md +++ b/elements/selinux-permissive/README.md @@ -1,4 +1,4 @@ Puts selinux into permissive mode by writing SELINUX=permissive to /etc/selinux/config -Enable this element when debugging selinux issues. \ No newline at end of file +Enable this element when debugging selinux issues. diff --git a/elements/ubuntu/element-deps b/elements/ubuntu/element-deps index 100657ee..b4794722 100644 --- a/elements/ubuntu/element-deps +++ b/elements/ubuntu/element-deps @@ -1,4 +1,4 @@ cache-url dib-run-parts dkms -dpkg \ No newline at end of file +dpkg