remove mkinitcpio from comments, codebase is different

This commit is contained in:
Tobias Powalowski 2023-10-11 19:28:56 +02:00
parent f359c9e246
commit 6241d1abb7
2 changed files with 2 additions and 3 deletions

View file

@ -1,8 +1,7 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
#
# archboot-cpio.sh:
# Arch Linux mkinitcpio - modular tool for building initramfs images
# archboot-cpio.sh - modular tool for building initramfs images
# simplified, stripped down, optimized for size and speed
# by Tobias Powalowski <tpowa@archlinux.org>

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# Arch Linux mkinitcpio - modular tool for building an initramfs image
# archboot-cpio.sh - modular tool for building an initramfs image
# simplified, stripped down, optimized for size and speed
# by Tobias Powalowski <tpowa@archlinux.org>