Skip to content
Snippets Groups Projects
  • Graham Christensen's avatar
    2921165a
    Expand the multi-user installer to support Linuxes with systemd · 2921165a
    Graham Christensen authored
     - darwin installer: delete hardware report, not necessary
     - moves os-specific code from the darwin installer to to `poly_*`
       functions
     - adds profile.d support to the profile targets, which automatically
       handles many distros which don't have a /etc/bashrc but do have an
       /etc/profile.d
     - /bin/bash -> /usr/bin/env bash
     - document why each excluded shellcheck check is excluded
     - rename the multi-user to Daemon-based
    2921165a
    History
    Expand the multi-user installer to support Linuxes with systemd
    Graham Christensen authored
     - darwin installer: delete hardware report, not necessary
     - moves os-specific code from the darwin installer to to `poly_*`
       functions
     - adds profile.d support to the profile targets, which automatically
       handles many distros which don't have a /etc/bashrc but do have an
       /etc/profile.d
     - /bin/bash -> /usr/bin/env bash
     - document why each excluded shellcheck check is excluded
     - rename the multi-user to Daemon-based