mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
289 B

  1. --- linux-2.4.21_orig/init/main.c 2003-07-25 16:13:42.000000000 +0200
  2. +++ linux-2.4.21/init/main.c 2003-07-25 16:16:30.000000000 +0200
  3. @@ -210,7 +210,7 @@ static int __init quiet_kernel(char *str
  4. {
  5. if (*str)
  6. return 0;
  7. - console_loglevel = 4;
  8. + console_loglevel = 3;
  9. return 1;
  10. }