1. 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
  2. 26 Mar, 2019 1 commit
  3. 09 Mar, 2019 5 commits
  4. 08 Mar, 2019 2 commits
  5. 07 Mar, 2019 6 commits
  6. 06 Mar, 2019 2 commits
  7. 04 Mar, 2019 2 commits
  8. 16 Feb, 2019 1 commit
  9. 11 Feb, 2019 1 commit
  10. 10 Feb, 2019 1 commit
  11. 29 Jan, 2019 1 commit
  12. 16 Jan, 2019 3 commits
  13. 13 Jan, 2019 1 commit
  14. 09 Jan, 2019 4 commits
  15. 08 Jan, 2019 1 commit
    • Igor Pečovnik's avatar
      Tvboxes (#41) · 6c79f66a
      Igor Pečovnik authored
      - prepare for new packaging
      - tested for backward compatibility
      - RFC alternative kernel install. It changes kernel/dtb only.
      - update mirrors.
      6c79f66a
  16. 01 Jan, 2019 3 commits
  17. 17 Dec, 2018 1 commit
  18. 12 Dec, 2018 1 commit
  19. 06 Dec, 2018 2 commits
    • Igor Pečovnik's avatar
      Merge pull request #39 from helios-4/dev · 5f8c08b1
      Igor Pečovnik authored
      Helios4: Add LED script to mdadm conf generated by OMV
      5f8c08b1
    • 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