diff options
author | Aaron Ball <nullspoon@oper.io> | 2019-03-31 22:01:34 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2019-03-31 22:01:34 -0600 |
commit | 95b9c582ca7a0eb93ddc595096c2922c8589d03d (patch) | |
tree | e4256df748d3e0bfe56c25c5a84beaee1a7d310e | |
parent | de34afa5e0ae8c8b6041e2526962674d8a11f7c1 (diff) | |
download | mkinitramfs-95b9c582ca7a0eb93ddc595096c2922c8589d03d.tar.gz mkinitramfs-95b9c582ca7a0eb93ddc595096c2922c8589d03d.tar.xz |
Add license header to init and clear unneeded whitespace in mkinitramfs
-rwxr-xr-x | init | 15 | ||||
-rwxr-xr-x | mkinitramfs | 3 |
2 files changed, 16 insertions, 2 deletions
@@ -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 |