Skip to content

Commit

Permalink
Revert "base: Use /var/home for home directories by default"
Browse files Browse the repository at this point in the history
This reverts commit 83f1bab.
  • Loading branch information
cgwalters committed Jan 5, 2019
1 parent 83f1bab commit f08f79e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ postprocess:
# Persistent journal by default
echo 'Storage=persistent' >> /etc/systemd/journald.conf
# Fix /home to be /var/home - software wants to canonicalize this.
sed -i -e 's,^HOME=.*,HOME=/var/home,' /etc/default/useradd
# https://github.com/openshift/os/issues/96
# sudo group https://github.com/openshift/os/issues/96
echo '%sudo ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/coreos-sudo-group
Expand Down

0 comments on commit f08f79e

Please sign in to comment.