diff --git a/Makefile b/Makefile index 1f56224..6c0f45c 100644 --- a/Makefile +++ b/Makefile @@ -51,4 +51,4 @@ oci: nocloud: install -Dm644 -t $(PREFIX)/lib/tiny-cloud/nocloud \ - lib/tiny-cloud/nocloud/* \ No newline at end of file + lib/tiny-cloud/nocloud/* diff --git a/etc/init.d/tiny-cloud-early b/etc/init.d/tiny-cloud-early index 4cbe46d..0c9cb83 100755 --- a/etc/init.d/tiny-cloud-early +++ b/etc/init.d/tiny-cloud-early @@ -21,4 +21,4 @@ start() { install_hotplugs eend $? fi -} \ No newline at end of file +} diff --git a/etc/init.d/tiny-cloud-final b/etc/init.d/tiny-cloud-final index fce3061..3fab8cc 100755 --- a/etc/init.d/tiny-cloud-final +++ b/etc/init.d/tiny-cloud-final @@ -22,4 +22,4 @@ start() { ebegin "Marking Instance Bootstrap Complete" bootstrap_complete eend $? -} \ No newline at end of file +} diff --git a/etc/network/interfaces.d/lo b/etc/network/interfaces.d/lo index 53c1f60..f5f6dfb 100644 --- a/etc/network/interfaces.d/lo +++ b/etc/network/interfaces.d/lo @@ -1,4 +1,4 @@ auto lo iface lo use link - use loopback \ No newline at end of file + use loopback diff --git a/lib/tiny-cloud/aws/imds b/lib/tiny-cloud/aws/imds index b86de21..d83aaa9 100644 --- a/lib/tiny-cloud/aws/imds +++ b/lib/tiny-cloud/aws/imds @@ -14,4 +14,4 @@ _imds_token() { _imds_header() { echo "$IMDS_HEADER: $(_imds_token)" -} \ No newline at end of file +} diff --git a/lib/tiny-cloud/aws/mdev b/lib/tiny-cloud/aws/mdev index a5cc02b..b577a43 100644 --- a/lib/tiny-cloud/aws/mdev +++ b/lib/tiny-cloud/aws/mdev @@ -8,4 +8,4 @@ mod__nvme_ebs_links() { install_before '^nvme\.\*' \ 'nvme[0-9]+n.* root:disk 0660 */lib/mdev/nvme-ebs-links' -} \ No newline at end of file +} diff --git a/lib/tiny-cloud/azure/imds b/lib/tiny-cloud/azure/imds index c638ca2..c3100ff 100644 --- a/lib/tiny-cloud/azure/imds +++ b/lib/tiny-cloud/azure/imds @@ -36,4 +36,4 @@ _imds_ssh_keys() { # decode userdata value _imds_userdata() { imds "$IMDS_USERDATA" | base64 -d -} \ No newline at end of file +} diff --git a/lib/tiny-cloud/common b/lib/tiny-cloud/common index dcc72aa..f633c44 100644 --- a/lib/tiny-cloud/common +++ b/lib/tiny-cloud/common @@ -28,4 +28,4 @@ log() { case "$level" in crit|alert|emerg) exit 1 ;; esac -} \ No newline at end of file +} diff --git a/lib/tiny-cloud/gcp/imds b/lib/tiny-cloud/gcp/imds index 5259d7e..870c008 100644 --- a/lib/tiny-cloud/gcp/imds +++ b/lib/tiny-cloud/gcp/imds @@ -23,4 +23,4 @@ _imds_ssh_keys() { # ignore errors and strip leading ':' imds -e "$ssh_keys" | cut -d: -f2- done | sort -u -} \ No newline at end of file +} diff --git a/lib/tiny-cloud/init-final b/lib/tiny-cloud/init-final index 77d2f02..e9abd7f 100644 --- a/lib/tiny-cloud/init-final +++ b/lib/tiny-cloud/init-final @@ -18,4 +18,4 @@ run_userdata() { { "$userdata" 2>& 1; echo $? > "$exit"; } | tee "$log" return $(cat "$exit") -} \ No newline at end of file +} diff --git a/lib/tiny-cloud/nocloud/imds b/lib/tiny-cloud/nocloud/imds index eec9af2..04597ce 100644 --- a/lib/tiny-cloud/nocloud/imds +++ b/lib/tiny-cloud/nocloud/imds @@ -100,4 +100,4 @@ _imds() { else yx -f "$file" $keypath fi -} \ No newline at end of file +} diff --git a/lib/tiny-cloud/oci/imds b/lib/tiny-cloud/oci/imds index dfb2518..1b4851a 100644 --- a/lib/tiny-cloud/oci/imds +++ b/lib/tiny-cloud/oci/imds @@ -32,4 +32,4 @@ _imds_nic_index() { [ "$m" = "$mac" ] && echo $n; return 0 done return 1 -} \ No newline at end of file +} diff --git a/sbin/imds-net-sync b/sbin/imds-net-sync index 233a053..015c60a 100755 --- a/sbin/imds-net-sync +++ b/sbin/imds-net-sync @@ -140,4 +140,4 @@ case "$PHASE" in # TODO: kill daemon, maybe some cleanup ;; *) -esac \ No newline at end of file +esac