Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


fedora_43_migration_notes

Fedora 43 Migration Notes

Look at changing default disk partitions.

Give root a password. Set hostname.

systemctl enable sshd
systemctl restart sshd

To make logs like /var/log/maillog show up, do the following:

  • sudo dnf install rsyslog
  • systemctl enable --now rsyslog
  • dnf remove dnfdragora-updater
    • Prevents slow reboots/shutdown

Run the Fedora 43 bash setup script to get the usual extras, add-ons and other packages

fedora_43_migration_notes.txt · Last modified: by juckins