#899 Describes iss867
Merged 2 years ago by pbokoc. Opened 2 years ago by quiet.
Unknown source iss867  into  f37

@@ -2,3 +2,16 @@

  

  [[sect-system-utilities]]

  = System Utilities

+ 

+ 

+ [[preset-all-systemd-units-on-first-boot]]

+ == Preset all systemd units on first boot

+ 

+ On a Fedora system you booted from an image without the fully populated `/etc/` directory (https://www.freedesktop.org/software/systemd/man/machine-id.html#First%20Boot%20Semantics[First Boot]), `systemd` will execute an equivalent of the `systemctl preset-all` command. As a result, units will be enabled or disabled according to the preset configuration.

+ 

+ [NOTE]

+ ====

+ The `systemd` service manager will disable any units, to which you manually created symbolic links against the preset rules.

+ ====

+ 

+ You can use the `systemctl preset-all` command at any time to apply the preset configuration. If you did not make any prior local changes to the configuration, the command would make no changes to unit state. If you enabled or disabled some units, the command would return unit enablement to the after-installation pristine state.

Hello @jlebon,

could you please review this release note for technical correctness?

Thanks,

Pull-Request has been merged by pbokoc

2 years ago
Metadata