Merge pull request #201 from saveriomiroddi/ubuntu_server_fix_ppa_problem

Ubuntu Server: fix the udev* systemd units (re)start
This commit is contained in:
Saverio Miroddi 2021-06-05 22:33:16 +02:00 committed by GitHub
commit 58bdf91ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -920,7 +920,7 @@ function install_host_zfs_packages_UbuntuServer {
umount /lib/modules
rm -r /lib/modules
ln -s /tmp/modules /lib
systemctl start 'systemd-udevd*'
systemctl start --all 'systemd-udevd*'
# Additionally, the linux packages for the running kernel are not installed, at least when
# the standard installation is performed. Didn't test on the HWE option; if it's not required,