summaryrefslogtreecommitdiffstats
path: root/core/rootfs
diff options
context:
space:
mode:
authorSimon Rettberg2017-02-28 22:28:55 +0100
committerSimon Rettberg2017-02-28 22:28:55 +0100
commitc79dec3ba517967c09ef398b20d577271774df19 (patch)
tree163608e6b443aff1d1380d8308589c9c9e9a6952 /core/rootfs
parent[beamergui] FFS, use brain! (name binary properly, include in target) (diff)
downloadmltk-c79dec3ba517967c09ef398b20d577271774df19.tar.gz
mltk-c79dec3ba517967c09ef398b20d577271774df19.tar.xz
mltk-c79dec3ba517967c09ef398b20d577271774df19.zip
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.
Diffstat (limited to 'core/rootfs')
-rw-r--r--core/rootfs/rootfs-stage31/module.build1
-rw-r--r--core/rootfs/rootfs-stage31/module.conf1
-rw-r--r--core/rootfs/rootfs-stage31/module.conf.centos1
-rw-r--r--core/rootfs/rootfs-stage31/module.conf.debian1
-rw-r--r--core/rootfs/rootfs-stage31/module.conf.fedora1
-rw-r--r--core/rootfs/rootfs-stage31/module.conf.ubuntu1
-rw-r--r--core/rootfs/rootfs-stage32/module.build1
-rw-r--r--core/rootfs/rootfs-stage32/module.conf1
-rw-r--r--core/rootfs/rootfs-stage32/module.conf.centos1
-rw-r--r--core/rootfs/rootfs-stage32/module.conf.debian1
-rw-r--r--core/rootfs/rootfs-stage32/module.conf.fedora1
-rw-r--r--core/rootfs/rootfs-stage32/module.conf.opensuse1
-rw-r--r--core/rootfs/rootfs-stage32/module.conf.opensuse.13.11
-rw-r--r--core/rootfs/rootfs-stage32/module.conf.opensuse.13.21
-rw-r--r--core/rootfs/rootfs-stage32/module.conf.ubuntu1
15 files changed, 15 insertions, 0 deletions
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