summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2019-03-31 22:01:34 -0600
committerAaron Ball <nullspoon@oper.io>2019-03-31 22:01:34 -0600
commit95b9c582ca7a0eb93ddc595096c2922c8589d03d (patch)
treee4256df748d3e0bfe56c25c5a84beaee1a7d310e
parentde34afa5e0ae8c8b6041e2526962674d8a11f7c1 (diff)
downloadmkinitramfs-95b9c582ca7a0eb93ddc595096c2922c8589d03d.tar.gz
mkinitramfs-95b9c582ca7a0eb93ddc595096c2922c8589d03d.tar.xz
Add license header to init and clear unneeded whitespace in mkinitramfs
-rwxr-xr-xinit15
-rwxr-xr-xmkinitramfs3
2 files changed, 16 insertions, 2 deletions
diff --git a/init b/init
index 0c50ec4..c34eac8 100755
--- a/init
+++ b/init
@@ -1,4 +1,19 @@
#!/bin/bash
+# Init script for mkinitramfs
+# Copyright (C) 2016 Aaron Ball <nullspoon@oper.io>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
export DEBUG=0
export QUIET=0
diff --git a/mkinitramfs b/mkinitramfs
index e36763b..9a6fadf 100755
--- a/mkinitramfs
+++ b/mkinitramfs
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
-#
# Mkinitramfs creates a basic init ram fs with encryption support.
# Copyright (C) 2016 Aaron Ball <nullspoon@oper.io>
#
@@ -15,7 +14,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-#
+
# Hash of fully-qualified binaries

Generated by cgit