Advertisement
Guest User

Untitled

a guest
Jul 21st, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. Trouble spots?
  2.  
  3. - *initcpiocfg* has had a number of internal code-fixes, and now adds
  4. the `consolefont` hook by default as well. (Thanks Shrinivas)
  5. - The *partition* module now consistently uses the configured EFI
  6. partition size (defaults to 300MiB).
  7. - Internal changes in the *summary* module to increase consistency
  8. between *summary* and *summaryq*.
  9. - *partition* module removes ZFS partitions directly. At install-time,
  10. we think that the partitions should be handled separately from a
  11. zpool that potentially includes those partitions. (Thanks Evan)
  12. - *services-systemd* supports timers, e.g. for weekly trim on SSDs.
  13. (Thanks Evan)
  14. - *fstab* now has a separate, special, flags-setting for swap subvolumes
  15. on btrfs. A swap subvolume is created if a swap **file** (not a separate
  16. partition) is selected in the auto-partitioning page. (Thanks Evan)
  17. - When using btrfs, the *mount* module creates subvolumes. It was not
  18. possible to **avoid** having a subvolume name created for the root.
  19. This is now possible. #1837
  20. - The *umount* module now warns if the "preserve log file" feature is used.
  21. This has been deprecated for a long time: use the *preservefiles* module
  22. instead. A future release will turn this into an error. <-- !!! <-- !!! <-- !!! <-- (!!! RED ALERT RED ALERT RED ALERT !!!)
  23. - *partition* always sets *bigtime* option on XFS filesystems, if possible.
  24. Requires sufficiently-recent xfsprogs. #1874
  25. - When the *partition* module has a conflicting configuration for the
  26. swap choices, it prints a warning and uses the configured choice, rather
  27. than always using "suspend". #1881
  28. - *partition* can be built with a new `SKIP` option, which skips
  29. the actual formatting steps but does not fail. The old `LAME`
  30. option is renamed `BAIL_OUT`.
  31. - *users* module now has a structured *user* key with settings specific
  32. to the user (shell, in particular). This maintains backwards compatibility
  33. with the *userShell* key.
  34. - *users* module now has lists of forbidden login- and host-names, to
  35. avoid settings that will mess up the install (e.g. using a login-name
  36. that is one of the system's reserved names). #1944
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement