Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Tue, 01 Sep 2015 03:24:43
Message-Id: 1441077879.59bdd8e568cd9d084da4c8fc9590913d7e84f16e.zerochaos@gentoo
1 commit: 59bdd8e568cd9d084da4c8fc9590913d7e84f16e
2 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 03:24:39 2015 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 03:24:39 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=59bdd8e5
7
8 minor whitespace fixes
9
10 gen_initramfs.sh | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/gen_initramfs.sh b/gen_initramfs.sh
14 index 01305f4..8fed1eb 100755
15 --- a/gen_initramfs.sh
16 +++ b/gen_initramfs.sh
17 @@ -120,7 +120,7 @@ append_busybox() {
18 rm -rf "${TEMP}/initramfs-busybox-temp" > /dev/null
19 fi
20
21 - mkdir -p "${TEMP}/initramfs-busybox-temp/bin/"
22 + mkdir -p "${TEMP}/initramfs-busybox-temp/bin/"
23 tar -xjf "${BUSYBOX_BINCACHE}" -C "${TEMP}/initramfs-busybox-temp/bin" busybox ||
24 gen_die 'Could not extract busybox bincache!'
25 chmod +x "${TEMP}/initramfs-busybox-temp/bin/busybox"
26 @@ -259,7 +259,7 @@ append_multipath(){
27 copy_binaries "${TEMP}/initramfs-multipath-temp" \
28 /bin/mountpoint \
29 /sbin/{multipath,kpartx,dmsetup} \
30 - /{lib,lib64}/{udev/scsi_id,multipath/*so}
31 + /{lib,lib64}/{udev/scsi_id,multipath/*so}
32
33 # Support multipath-tools-0.4.8 and previous
34 if [ -x /sbin/mpath_prio_* ]
35 @@ -678,7 +678,7 @@ append_modules() {
36 find . | cpio ${CPIO_ARGS} --append -F "${CPIO}" \
37 || gen_die "compressing modules cpio"
38 cd "${TEMP}"
39 - rm -r "${TEMP}/initramfs-modules-${KV}-temp/"
40 + rm -r "${TEMP}/initramfs-modules-${KV}-temp/"
41 }
42
43 append_modprobed() {