From: agaffney Date: Wed, 12 Nov 2008 22:53:16 +0000 (-0600) Subject: Call arch_replace and cache_replace on fuse/unionfs-fuse vars X-Git-Tag: v3.4.10.902~36 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5ae8f8faea5747933e6fe24e03d9096f7ea92438;p=genkernel.git Call arch_replace and cache_replace on fuse/unionfs-fuse vars --- diff --git a/ChangeLog b/ChangeLog index 8a768d6..03a8f95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney # Distributed under the GPL v2 + 12 Nov 2008; Andrew Gaffney gen_determineargs.sh: + Call arch_replace and cache_replace on fuse/unionfs-fuse vars + 12 Nov 2008; Andrew Gaffney genkernel.conf: Add fuse/unionfs-fuse blocks to genkernel.conf diff --git a/gen_determineargs.sh b/gen_determineargs.sh index 93e49b4..c47174b 100644 --- a/gen_determineargs.sh +++ b/gen_determineargs.sh @@ -114,6 +114,8 @@ determine_real_args() { LVM_BINCACHE=`cache_replace "${LVM_BINCACHE}"` DMRAID_BINCACHE=`cache_replace "${DMRAID_BINCACHE}"` BLKID_BINCACHE=`cache_replace "${BLKID_BINCACHE}"` + FUSE_BINCACHE=`cache_replace "${FUSE_BINCACHE}"` + UNIONFS_FUSE_BINCACHE=`cache_replace "${UNIONFS_FUSE_BINCACHE}"` DEFAULT_KERNEL_CONFIG=`arch_replace "${DEFAULT_KERNEL_CONFIG}"` BUSYBOX_CONFIG=`arch_replace "${BUSYBOX_CONFIG}"` @@ -122,6 +124,8 @@ determine_real_args() { LVM_BINCACHE=`arch_replace "${LVM_BINCACHE}"` DMRAID_BINCACHE=`arch_replace "${DMRAID_BINCACHE}"` BLKID_BINCACHE=`arch_replace "${BLKID_BINCACHE}"` + FUSE_BINCACHE=`arch_replace "${FUSE_BINCACHE}"` + UNIONFS_FUSE_BINCACHE=`arch_replace "${UNIONFS_FUSE_BINCACHE}"` if [ "${NO_KERNEL_SOURCES}" != "1" ] then