We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123f5d5 commit 052e97dCopy full SHA for 052e97d
init/do_mounts_initrd.c
@@ -89,7 +89,7 @@ static void __init handle_initrd(char *root_device_name)
89
extern char *envp_init[];
90
int error;
91
92
- pr_warn("using deprecated initrd support, will be removed in 2021.\n");
+ pr_warn("using deprecated initrd support, will be removed soon.\n");
93
94
real_root_dev = new_encode_dev(ROOT_DEV);
95
create_dev("/dev/root.old", Root_RAM0);
0 commit comments