Compare commits

..

No commits in common. "47796f6252f5557011251c3accc0bb758639992b" and "97e45199ffa3146b29b70e10427b4f32fed1ee72" have entirely different histories.

1 changed files with 1 additions and 4 deletions

View File

@ -38,10 +38,6 @@ export XDG_RUNTIME_DIR=/run/user/$(id -u)
# localectl set-locale LANG=en_US.UTF-8
# localectl set-locale LC_TIME=de_CH.UTF-8
Set Journalctl-Config to persistent Storage:
/etc/systemd/journald.conf:
Storage=persistent
# Enable Selinux in Enforcing Mode: change /etc/selinux/config
# dnf install setroubleshoot
`
@ -193,6 +189,7 @@ if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
### Setup Env for Podman
we use /data/<podname> for persitent data:
```bash
# mkdir /data
# chown containers:containers /data