Antonio Álvarez Feijoo
Antonio Álvarez Feijoo
Typo in `systemd-networkd.socket` local configuration path. ## Checklist - [X] I have tested it locally - [ ] I have reviewed and updated any documentation if relevant - [ ]...
Set the right permissions for the `/etc/machine-id` file. ## Checklist - [X] I have tested it locally - [ ] I have reviewed and updated any documentation if relevant -...
The `_hostonly_install` variable is declared local in some `inst` functions that check for the existance of the source files, but not in the `inst_multiple` function because it is not needed....
`skipcpio` source path has changed since https://github.com/dracutdevs/dracut/commit/9f9bf8a1 `dracut-install` source path has changed since https://github.com/dracutdevs/dracut/commit/3420a70d ## Checklist - [X] I have tested it locally - [ ] I have reviewed and...
Currently only the `inst_multiple` function propagates the result code returned by `dracut-install`. This was missing since 043 (e.g.: https://github.com/dracutdevs/dracut/blob/043/dracut-functions.sh#L751) ## Checklist - [X] I have tested it locally - [...
Affected configuration variables: - `dracutmodules` - `add_dracutmodules` - `force_add_dracutmodules` - `omit_dracutmodules` - `drivers` - `add_drivers` - `force_drivers` - `omit_drivers` - `filesystems` - `install_items` - `install_optional_items` - `libdirs` - `fscks` Also,...
These are the differences I found between the command line parameters of the `network-legacy` and `network-manager` modules. This is just a heads-up, the importance of the missing/different features should be...
It seems dhclient's `--timeout` option is not upstream [1], apparently it's RH-only [2]..., so a pre-check is needed before using it. [1] https://github.com/isc-projects/dhcp [2] https://github.com/landgraf/dhcp-fedora/commit/d171ac96 Some tests already take this...
`systemdsystemconfdir` usually expands to /etc/systemd/system, but the local configuration of systemd-networkd, systemd-timesyncd, portablectl and systemd users is saved into directories whose parent is /etc/systemd (`systemdutilconfdir`). This error went unnoticed because...
Instead of always asking for passphrase, if the device has LUKS2 header check: - If only regular passphrases are registered, ask for passphrase. - If only recovery keys are registered,...