1. 27 Dec, 2019 1 commit
  2. 26 Dec, 2019 1 commit
  3. 17 Dec, 2019 1 commit
  4. 24 Nov, 2019 1 commit
  5. 03 Sep, 2019 1 commit
  6. 01 Aug, 2019 1 commit
  7. 24 Jul, 2019 1 commit
  8. 23 Jul, 2019 1 commit
  9. 21 Jul, 2019 2 commits
  10. 15 Jul, 2019 1 commit
  11. 09 Jul, 2019 1 commit
  12. 13 Jun, 2019 1 commit
  13. 28 May, 2019 3 commits
  14. 21 May, 2019 1 commit
  15. 19 May, 2019 1 commit
  16. 10 May, 2019 2 commits
  17. 02 May, 2019 1 commit
  18. 16 Apr, 2019 1 commit
  19. 01 Apr, 2019 2 commits
    • JC Staudt's avatar
      Spelling and grammar · 9a1c618a
      JC Staudt authored
      Variable names containing "LENGHT" were fixed to read "LENGTH" using an interactive global search/replace.
      I did perform testing and concluded that nothing broke as a result.
      9a1c618a
    • JC Staudt's avatar
      More consistent menu option labels (#47) · 7341bb89
      JC Staudt authored
      Menu -> Action         <Action> <Cancel>
      Menu -> Menu           <OK> <Back>
      Menu -> Quit           <OK> <Exit>
      7341bb89
  20. 09 Mar, 2019 2 commits
  21. 08 Mar, 2019 2 commits
  22. 07 Mar, 2019 6 commits
  23. 06 Mar, 2019 1 commit
  24. 11 Feb, 2019 1 commit
  25. 01 Jan, 2019 2 commits
  26. 12 Dec, 2018 1 commit
  27. 06 Dec, 2018 1 commit
    • Gauthier Provost's avatar
      Helios4: Add LED script to mdadm conf generated by OMV · 2b32b4ed
      Gauthier Provost authored
      OMV regenerates from its own templates mdadm.conf file therefore 
      removing 
      the Helios4 mdadm conf tweak we do in the baseline.
      
      Other fixes :
      
      * Make OMV install non-interactive to not display OMV message about 
      omv-initsystem since it is already called by this install script.
      
      * Remove decimal to SPACE_NEEDED variable otherwise the size compare 
      (test -lt) won't 
      work.
      
      * Redirect resolconf -u to /dev/null to hide warning message
      2b32b4ed