dustin
/
jenkinsagent
Archived
1
0
Fork 0
Commit Graph

3 Commits (a9ff7855643c1051a234dba0cbb5be5f16acb3bd)

Author SHA1 Message Date
Dustin b63412e7f0 rootfs: Remove /var/log/journal
Since `/var` is a tmpfs filesystem, having the Journal stored there is
just a waste of space; `systemd-journald` already writes the journal to
`/run/log/journal`.
2022-03-15 14:18:29 -05:00
Dustin 0528d54559 rootfs: Add custom systemd presets
Instead of manually managing symlinks to enable units, we can define a
system preset that lists which units we want disabled.  Units that have
in `Install` section are automatically enabled.
2022-03-15 10:02:15 -05:00
Dustin 9d2c710be9 Initial commit 2022-03-09 00:27:30 -06:00