From: "Randy.Dunlap" From: Pavel Machek Kill uninformative boot-time message. --- 25-akpm/kernel/configs.c | 3 --- 1 files changed, 3 deletions(-) diff -puN kernel/configs.c~make-ikconfig-quiet kernel/configs.c --- 25/kernel/configs.c~make-ikconfig-quiet Thu Apr 29 15:59:04 2004 +++ 25-akpm/kernel/configs.c Thu Apr 29 15:59:04 2004 @@ -77,9 +77,6 @@ static int __init ikconfig_init(void) { struct proc_dir_entry *entry; - printk(KERN_INFO "ikconfig %s with /proc/config*\n", - IKCONFIG_VERSION); - /* create the current config file */ entry = create_proc_entry("config.gz", S_IFREG | S_IRUGO, &proc_root); _