-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tmpfiles: Move root bash files copy to tmpfiles.d
Fixes #136
- Loading branch information
1 parent
3537f6e
commit a887741
Showing
2 changed files
with
5 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# This really should be C! instead of L, but https://github.com/systemd/systemd/issues/12467 prevents that. | ||
# TODO: switch to C! when https://github.com/systemd/systemd/pull/12750 makes it into fcos | ||
L /var/roothome/.bashrc - - - - /usr/etc/skel/.bashrc | ||
L /var/roothome/.bash_profile - - - - /usr/etc/skel/.bash_profile | ||
L /var/roothome/.bash_logout - - - - /usr/etc/skel/.bash_logout | ||
# Use C! according to https://github.com/coreos/fedora-coreos-config/pull/137/files#diff-4c7caeddac3f43acdf59b41ffa4e3533bb846d2e3bfa31f885a65e9598a2c4a1R1-R2 | ||
C! /var/roothome/.bashrc - - - - /usr/etc/skel/.bashrc | ||
C! /var/roothome/.bash_profile - - - - /usr/etc/skel/.bash_profile | ||
C! /var/roothome/.bash_logout - - - - /usr/etc/skel/.bash_logout |