summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2023-03-04 22:39:05 -0700
committerAaron Ball <nullspoon@oper.io>2023-03-04 22:39:05 -0700
commit2edd418c12164fbd5b854e9cf24c43ace94b9fb9 (patch)
treec047c0999535e415c22f705fcf14f3875dc0d4d0
parent42ecba8df4107cef13bfcaf8d33cdc9bd2a7186a (diff)
downloadmkinitramfs-2edd418c12164fbd5b854e9cf24c43ace94b9fb9.tar.gz
mkinitramfs-2edd418c12164fbd5b854e9cf24c43ace94b9fb9.tar.xz
Copyright date update and delete one comment
-rwxr-xr-xinit3
1 files changed, 1 insertions, 2 deletions
diff --git a/init b/init
index 7babfd2..b221bb1 100755
--- a/init
+++ b/init
@@ -1,6 +1,6 @@
#!/bin/bash
# Init script for mkinitramfs
-# Copyright (C) 2016 Aaron Ball <nullspoon@oper.io>
+# Copyright (C) 2023 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
@@ -195,7 +195,6 @@ main() {
fi
# Modprobe atkbd to ensure user can type password
- # dm-crypt
for i in i8042 atkbd; do
printf 'Loading required module [%s]\n' "${i}"
modprobe "${i}" || printf 'Failed loading %s\n' "${i}"

Generated by cgit