From 2155a601e16febe5d2c2691145479d149a48a200 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 7 Feb 2024 12:54:33 -0700 Subject: [PATCH] Typo fix Signed-off-by: Tommy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b861c1b..cc9a6ce 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ Ignition configurations for Fedora CoreOS
3. If you create a passwordless user that requires administrative privileges, ensure that it is part of the `sudo` group (CoreOS allows this group to use sudo without a password) as the configs will disable empty password system authentication. 4. These configurations are made with a VPS in mind. You should adapt it for a bare metal deployment if that is what you are using (adding additional kernel parameters, configuring drive encryption, configuring storage, etc). You should also change the tuned profile from `virtual-guest` appropriately. 5. In most of these configs, the timezone is set to `America/Phoenix` and the automatic reboot time is set at 12 AM on Sunday. You need to be mindful of timezones with Daylight Savings per [Zincati documentation](https://coreos.github.io/zincati/usage/updates-strategy/). -6. The docker-compose-updater.service in `/etc/systemd/system` can be enabled to have automatic updates for your containers created by Docker Compose. Please make sure that the `WorkingDir` is appropriate. \ No newline at end of file +6. The docker-compose-updater.service in `/etc/systemd/system` can be enabled to have automatic updates for your containers created by Docker Compose. Please make sure that the `WorkingDirectory` is appropriate. \ No newline at end of file