From 8b3b0d241e97094f7ecc376689b4ba10999a5f35 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sat, 28 Mar 2009 16:07:13 -0700 Subject: [PATCH] --- yaml --- r: 137609 b: refs/heads/master c: 337bed413e9c134c5bf45ad3ec50012a593c603a h: refs/heads/master i: 137607: 8044540bdf99d7c200703121623e18327a0a8578 v: v3 --- [refs] | 2 +- trunk/usr/Kconfig | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index bb4a79be2f82..820e50a5b026 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 73d8a12f05292d86623b4ec7bf5fd75d5ad5f687 +refs/heads/master: 337bed413e9c134c5bf45ad3ec50012a593c603a diff --git a/trunk/usr/Kconfig b/trunk/usr/Kconfig index 5166078d45f2..fb9a6460f45d 100644 --- a/trunk/usr/Kconfig +++ b/trunk/usr/Kconfig @@ -46,7 +46,7 @@ config INITRAMFS_ROOT_GID If you are not sure, leave it set to "0". config RD_GZIP - bool "Initial ramdisk compressed using gzip" if EMBEDDED + bool "Support initial ramdisks compressed using gzip" if EMBEDDED default y depends on BLK_DEV_INITRD select DECOMPRESS_GZIP @@ -55,7 +55,7 @@ config RD_GZIP If unsure, say Y. config RD_BZIP2 - bool "Initial ramdisk compressed using bzip2" if EMBEDDED + bool "Support initial ramdisks compressed using bzip2" if EMBEDDED default !EMBEDDED depends on BLK_DEV_INITRD select DECOMPRESS_BZIP2 @@ -64,7 +64,7 @@ config RD_BZIP2 If unsure, say N. config RD_LZMA - bool "Initial ramdisk compressed using lzma" if EMBEDDED + bool "Support initial ramdisks compressed using lzma" if EMBEDDED default !EMBEDDED depends on BLK_DEV_INITRD select DECOMPRESS_LZMA