Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix image build to override root homedir in /etc/passwd #1027

Merged
merged 5 commits into from May 5, 2022

Commits on May 3, 2022

  1. override root homedir in /etc/passwd

    * using only `HOME` envvar to override homedir causes mismatches with anything that asks for it a different way (eg, `echo ~root`)
    * kicking the can down the road on "why are we overriding /root as root's homedir anyway?"
    nitzmahone committed May 3, 2022
    Configuration menu
    Copy the full SHA
    2f47be1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5698183 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8021e9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0afa6d7 View commit details
    Browse the repository at this point in the history
  5. comment wording

    nitzmahone committed May 3, 2022
    Configuration menu
    Copy the full SHA
    06331e9 View commit details
    Browse the repository at this point in the history