]> err.no Git - linux-2.6/blobdiff - init/do_mounts.c
[PATCH] x86_64: Patch to make the head.S-must-be-first-in-vmlinux order explicit
[linux-2.6] / init / do_mounts.c
index b27c11064409a35812d9d35ba359e06f6d8c0ffb..8b671fe68afac1de0176f6b0f0b383b251d39c55 100644 (file)
@@ -19,7 +19,7 @@ extern int get_filesystem_list(char * buf);
 
 int __initdata rd_doload;      /* 1 = load RAM disk, 0 = don't load */
 
-int root_mountflags = MS_RDONLY | MS_VERBOSE;
+int root_mountflags = MS_RDONLY | MS_SILENT;
 char * __initdata root_device_name;
 static char __initdata saved_root_name[64];