Unverified Commit acc3335f authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

rl-notes/24.11: Add note about ZFS import being in `postResumeCommands` (#346247)

parents c4ecbb07 10dbb889
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -626,6 +626,8 @@
- `nix.channel.enable = false` no longer implies `nix.settings.nix-path = []`.
  Since Nix 2.13, a `nix-path` set in `nix.conf` cannot be overridden by the `NIX_PATH` configuration variable.

- ZFS now imports its pools in `postResumeCommands` rather than `postDeviceCommands`. If you had `postDeviceCommands` scripts that depended on ZFS pools being imported, those now need to be in `postResumeCommands`.

## Detailed migration information {#sec-release-24.11-migration}

### `sound` options removal {#sec-release-24.11-migration-sound}