From c79dec3ba517967c09ef398b20d577271774df19 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 28 Feb 2017 22:28:55 +0100 Subject: Add bash shebangs to all our includes: github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either. --- core/rootfs/rootfs-stage31/module.build | 1 + core/rootfs/rootfs-stage31/module.conf | 1 + core/rootfs/rootfs-stage31/module.conf.centos | 1 + core/rootfs/rootfs-stage31/module.conf.debian | 1 + core/rootfs/rootfs-stage31/module.conf.fedora | 1 + core/rootfs/rootfs-stage31/module.conf.ubuntu | 1 + core/rootfs/rootfs-stage32/module.build | 1 + core/rootfs/rootfs-stage32/module.conf | 1 + core/rootfs/rootfs-stage32/module.conf.centos | 1 + core/rootfs/rootfs-stage32/module.conf.debian | 1 + core/rootfs/rootfs-stage32/module.conf.fedora | 1 + core/rootfs/rootfs-stage32/module.conf.opensuse | 1 + core/rootfs/rootfs-stage32/module.conf.opensuse.13.1 | 1 + core/rootfs/rootfs-stage32/module.conf.opensuse.13.2 | 1 + core/rootfs/rootfs-stage32/module.conf.ubuntu | 1 + 15 files changed, 15 insertions(+) (limited to 'core/rootfs') diff --git a/core/rootfs/rootfs-stage31/module.build b/core/rootfs/rootfs-stage31/module.build index 7706f6fa..e9e9a979 100644 --- a/core/rootfs/rootfs-stage31/module.build +++ b/core/rootfs/rootfs-stage31/module.build @@ -1,4 +1,5 @@ #!/bin/bash +#!/bin/bash fetch_source() { : } diff --git a/core/rootfs/rootfs-stage31/module.conf b/core/rootfs/rootfs-stage31/module.conf index ea8f8113..70ef6734 100644 --- a/core/rootfs/rootfs-stage31/module.conf +++ b/core/rootfs/rootfs-stage31/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_BINARIES=" ntpdate " diff --git a/core/rootfs/rootfs-stage31/module.conf.centos b/core/rootfs/rootfs-stage31/module.conf.centos index 35c9927b..7e0173be 100644 --- a/core/rootfs/rootfs-stage31/module.conf.centos +++ b/core/rootfs/rootfs-stage31/module.conf.centos @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" ntpdate " diff --git a/core/rootfs/rootfs-stage31/module.conf.debian b/core/rootfs/rootfs-stage31/module.conf.debian index 35c9927b..7e0173be 100644 --- a/core/rootfs/rootfs-stage31/module.conf.debian +++ b/core/rootfs/rootfs-stage31/module.conf.debian @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" ntpdate " diff --git a/core/rootfs/rootfs-stage31/module.conf.fedora b/core/rootfs/rootfs-stage31/module.conf.fedora index 35c9927b..7e0173be 100644 --- a/core/rootfs/rootfs-stage31/module.conf.fedora +++ b/core/rootfs/rootfs-stage31/module.conf.fedora @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" ntpdate " diff --git a/core/rootfs/rootfs-stage31/module.conf.ubuntu b/core/rootfs/rootfs-stage31/module.conf.ubuntu index 35c9927b..7e0173be 100644 --- a/core/rootfs/rootfs-stage31/module.conf.ubuntu +++ b/core/rootfs/rootfs-stage31/module.conf.ubuntu @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" ntpdate " diff --git a/core/rootfs/rootfs-stage32/module.build b/core/rootfs/rootfs-stage32/module.build index b4cba74f..fea32270 100644 --- a/core/rootfs/rootfs-stage32/module.build +++ b/core/rootfs/rootfs-stage32/module.build @@ -1,4 +1,5 @@ #!/bin/bash +#!/bin/bash fetch_source() { : } diff --git a/core/rootfs/rootfs-stage32/module.conf b/core/rootfs/rootfs-stage32/module.conf index fae2c25b..8d1aea7a 100644 --- a/core/rootfs/rootfs-stage32/module.conf +++ b/core/rootfs/rootfs-stage32/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_MODULES=" kernel " diff --git a/core/rootfs/rootfs-stage32/module.conf.centos b/core/rootfs/rootfs-stage32/module.conf.centos index b48da75e..383851ad 100644 --- a/core/rootfs/rootfs-stage32/module.conf.centos +++ b/core/rootfs/rootfs-stage32/module.conf.centos @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" nfs-utils xfsprogs diff --git a/core/rootfs/rootfs-stage32/module.conf.debian b/core/rootfs/rootfs-stage32/module.conf.debian index fbf489e7..6d05cb6e 100644 --- a/core/rootfs/rootfs-stage32/module.conf.debian +++ b/core/rootfs/rootfs-stage32/module.conf.debian @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" nfs-common squashfs-tools diff --git a/core/rootfs/rootfs-stage32/module.conf.fedora b/core/rootfs/rootfs-stage32/module.conf.fedora index b48da75e..383851ad 100644 --- a/core/rootfs/rootfs-stage32/module.conf.fedora +++ b/core/rootfs/rootfs-stage32/module.conf.fedora @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" nfs-utils xfsprogs diff --git a/core/rootfs/rootfs-stage32/module.conf.opensuse b/core/rootfs/rootfs-stage32/module.conf.opensuse index a9601b88..de2f31b2 100644 --- a/core/rootfs/rootfs-stage32/module.conf.opensuse +++ b/core/rootfs/rootfs-stage32/module.conf.opensuse @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" nfs-client xfsprogs diff --git a/core/rootfs/rootfs-stage32/module.conf.opensuse.13.1 b/core/rootfs/rootfs-stage32/module.conf.opensuse.13.1 index aa7f8afb..6f9a365b 100644 --- a/core/rootfs/rootfs-stage32/module.conf.opensuse.13.1 +++ b/core/rootfs/rootfs-stage32/module.conf.opensuse.13.1 @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" nfs-client xfsprogs diff --git a/core/rootfs/rootfs-stage32/module.conf.opensuse.13.2 b/core/rootfs/rootfs-stage32/module.conf.opensuse.13.2 index aa7f8afb..6f9a365b 100644 --- a/core/rootfs/rootfs-stage32/module.conf.opensuse.13.2 +++ b/core/rootfs/rootfs-stage32/module.conf.opensuse.13.2 @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" nfs-client xfsprogs diff --git a/core/rootfs/rootfs-stage32/module.conf.ubuntu b/core/rootfs/rootfs-stage32/module.conf.ubuntu index 3c9d2c1b..52ddd163 100644 --- a/core/rootfs/rootfs-stage32/module.conf.ubuntu +++ b/core/rootfs/rootfs-stage32/module.conf.ubuntu @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" nfs-common squashfs-tools -- cgit v1.2.3-55-g7522