Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Sat, 06 Feb 2021 15:27:52
Message-Id: 1612624419.bf226837ba99f3151cf6b682210a02261263fe96.whissi@gentoo
1 commit: bf226837ba99f3151cf6b682210a02261263fe96
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 20 09:18:00 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 15:13:39 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=bf226837
7
8 gen_initramfs.sh: fix typo: s/auxilary/auxiliary/g
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 gen_initramfs.sh | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/gen_initramfs.sh b/gen_initramfs.sh
16 index ae71c38..aca2f90 100755
17 --- a/gen_initramfs.sh
18 +++ b/gen_initramfs.sh
19 @@ -1833,7 +1833,7 @@ is_static() {
20 return $?
21 }
22
23 -append_auxilary() {
24 +append_auxiliary() {
25 local TDIR="${TEMP}/initramfs-aux-temp"
26 if [ -d "${TDIR}" ]
27 then
28 @@ -1956,7 +1956,7 @@ append_auxilary() {
29 cd "${TDIR}" || gen_die "Failed to chdir to '${TDIR}'!"
30 log_future_cpio_content
31 find . -print0 | "${CPIO_COMMAND}" ${CPIO_ARGS} --append -F "${CPIO_ARCHIVE}" \
32 - || gen_die "Failed to append auxilary to cpio!"
33 + || gen_die "Failed to append auxiliary to cpio!"
34
35 cd "${TEMP}" || die "Failed to chdir to '${TEMP}'!"
36 if isTrue "${CLEANUP}"
37 @@ -1987,7 +1987,7 @@ create_initramfs() {
38 append_data 'util-linux'
39 append_data 'eudev'
40 append_data 'devicemanager'
41 - append_data 'auxilary' "${BUSYBOX}"
42 + append_data 'auxiliary' "${BUSYBOX}"
43 append_data 'busybox' "${BUSYBOX}"
44 append_data 'b2sum' "${B2SUM}"
45 append_data 'btrfs' "${BTRFS}"