Skip to content
Snippets Groups Projects
  1. Jun 02, 2011
  2. May 17, 2011
  3. May 16, 2011
    • Dan McGee's avatar
      Don't print success/failure result on same line · 141fd099
      Dan McGee authored
      
      Doing the `echo -n` call causes the shell to line-buffer the output
      anyway, meaning one doesn't see the first part until 'SUCCESS' or
      'FAILURE' is printed. This means the last message on the screen is
      'Generating module dependencies' when in fact we are actually generating
      the image, which can take a lot of time when XZ, etc. are used.
      
      Print the status on two lines, ensuring buffering is not causing
      problems with out output.
      
      Signed-off-by: default avatarDan McGee <dan@archlinux.org>
      141fd099
  4. May 14, 2011
  5. May 01, 2011
  6. Apr 21, 2011
  7. Apr 14, 2011
    • Thomas Bächler's avatar
      Rewrite parse_cmdline (again) · 01b2f556
      Thomas Bächler authored
      This should properly handle all ugly characters in values,
      omit settings any forbidden variable names and take care
      of double-quoted values with spaces in them.
      
      This should finally fix FS#23467, FS#22080 and FS#13900.
      01b2f556
  8. Apr 10, 2011
  9. Apr 08, 2011
  10. Apr 05, 2011
  11. Mar 27, 2011
  12. Feb 27, 2011
  13. Feb 08, 2011
  14. Feb 06, 2011
  15. Feb 01, 2011
  16. Jan 31, 2011
  17. Jan 26, 2011
Loading