Only append unionfs_fuse stuff if UNIONFS is set
authorAndrew Gaffney <agaffney@gentoo.org>
Fri, 14 Nov 2008 20:59:13 +0000 (14:59 -0600)
committerAndrew Gaffney <agaffney@gentoo.org>
Fri, 14 Nov 2008 20:59:13 +0000 (14:59 -0600)
ChangeLog
gen_initramfs.sh

index 28cf05cf06819cb1a307b03e921719f4f829bfec..ac7072d1c4c4021573bce268c768539f1b0e93e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney
 # Distributed under the GPL v2
 
+  14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
+  Only append unionfs_fuse stuff if UNIONFS is set
+
   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc,
   gen_cmdline.sh, gen_determineargs.sh, genkernel:
   Add --unionfs commandline option to enable building of unionfs-fuse Add
index 5cc03b5c7ef682dd9514697938be42173c02ed7c..8558ff91212500aefbdc7d62f7816b654ff8eb14 100644 (file)
@@ -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