From: dacook Date: Thu, 17 Dec 2009 15:56:17 +0000 (-0700) Subject: GPG bincache X-Git-Tag: v3.4.11~28^2~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1f71a13b5bf9a8aed496329e40c17467824ea8b6;p=genkernel.git GPG bincache Add handling for a cached GPG binary --- diff --git a/gen_determineargs.sh b/gen_determineargs.sh index d911f07..d34e5bc 100755 --- a/gen_determineargs.sh +++ b/gen_determineargs.sh @@ -110,6 +110,7 @@ determine_real_args() { set_config_with_override 2 REAL_ROOT CMD_REAL_ROOT set_config_with_override 1 DISKLABEL CMD_DISKLABEL set_config_with_override 1 LUKS CMD_LUKS + set_config_with_override 1 GPG CMD_GPG set_config_with_override 1 MDADM CMD_MDADM set_config_with_override 1 MULTIPATH CMD_MULTIPATH set_config_with_override 1 FIRMWARE CMD_FIRMWARE @@ -133,6 +134,7 @@ determine_real_args() { BLKID_BINCACHE=`cache_replace "${BLKID_BINCACHE}"` FUSE_BINCACHE=`cache_replace "${FUSE_BINCACHE}"` UNIONFS_FUSE_BINCACHE=`cache_replace "${UNIONFS_FUSE_BINCACHE}"` + GPG_BINCACHE=`cache_replace "${GPG_BINCACHE}"` DEFAULT_KERNEL_CONFIG=`arch_replace "${DEFAULT_KERNEL_CONFIG}"` BUSYBOX_CONFIG=`arch_replace "${BUSYBOX_CONFIG}"` @@ -144,6 +146,7 @@ determine_real_args() { BLKID_BINCACHE=`arch_replace "${BLKID_BINCACHE}"` FUSE_BINCACHE=`arch_replace "${FUSE_BINCACHE}"` UNIONFS_FUSE_BINCACHE=`arch_replace "${UNIONFS_FUSE_BINCACHE}"` + GPG_BINCACHE=`arch_replace "${GPG_BINCACHE}"` if [ -n "${CMD_BOOTLOADER}" ] then