mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-08 17:56:06 +00:00
rootwait by default
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user