diff options
author | Aaron Ball <nullspoon@oper.io> | 2023-03-04 22:39:05 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2023-03-04 22:39:05 -0700 |
commit | 2edd418c12164fbd5b854e9cf24c43ace94b9fb9 (patch) | |
tree | c047c0999535e415c22f705fcf14f3875dc0d4d0 | |
parent | 42ecba8df4107cef13bfcaf8d33cdc9bd2a7186a (diff) | |
download | mkinitramfs-2edd418c12164fbd5b854e9cf24c43ace94b9fb9.tar.gz mkinitramfs-2edd418c12164fbd5b854e9cf24c43ace94b9fb9.tar.xz |
Copyright date update and delete one comment
-rwxr-xr-x | init | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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}" |