Issues in 0.61 and 0.62 with finding /root

When running a new build, Habitat may run into issues finding the /root directory:

[10][default:/src:0]# ls -l $HOME
ls: cannot access '/root': No such file or directory

If you encounter this issue, creating the directory manually ought to resolve it: mkidr /root.

We're taking a look at resolving this in the near future. For more, see the discussion here:

This was solved by: https://github.com/habitat-sh/habitat/pull/5573