rootwait by default

This commit is contained in:
Matt Sealey
2010-09-28 12:40:54 -05:00
parent 81163a41f4
commit b3f68cf849

View File

@@ -27,7 +27,7 @@ int __initdata rd_doload; /* 1 = load RAM disk, 0 = don't load */
int root_mountflags = MS_RDONLY | MS_SILENT;
static char * __initdata root_device_name;
static char __initdata saved_root_name[64];
static int __initdata root_wait;
static int __initdata root_wait = 1;
dev_t ROOT_DEV;