aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2008-11-14 14:59:13 -0600
committerAndrew Gaffney <agaffney@gentoo.org>2008-11-14 14:59:13 -0600
commit8fab72fa21fa4150f4692ccdd8b42f596a82f211 (patch)
treec753acacf53f357e04065bb9f801a79c1c39f8a3 /gen_initramfs.sh
parentAdd --unionfs commandline option to enable building of unionfs-fuse (diff)
downloadgenkernel-8fab72fa21fa4150f4692ccdd8b42f596a82f211.tar.gz
genkernel-8fab72fa21fa4150f4692ccdd8b42f596a82f211.tar.bz2
genkernel-8fab72fa21fa4150f4692ccdd8b42f596a82f211.zip
Only append unionfs_fuse stuff if UNIONFS is set
Diffstat (limited to 'gen_initramfs.sh')
-rw-r--r--gen_initramfs.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index 5cc03b5..8558ff9 100644
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -505,12 +505,9 @@ create_initramfs() {
append_data 'blkid' "${DISKLABEL}"
- append_data 'unionfs_fuse'
+ append_data 'unionfs_fuse' "${UNIONFS}"
- if isTrue "${SPLASH}"
- then
- append_data 'splash' "${SPLASH}"
- fi
+ append_data 'splash' "${SPLASH}"
if isTrue "${FIRMWARE}" && [ -n "${FIRMWARE_DIR}" ]
then