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:
commit
58bdf91ce0
@ -920,7 +920,7 @@ function install_host_zfs_packages_UbuntuServer {
|
|||||||
umount /lib/modules
|
umount /lib/modules
|
||||||
rm -r /lib/modules
|
rm -r /lib/modules
|
||||||
ln -s /tmp/modules /lib
|
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
|
# 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,
|
# the standard installation is performed. Didn't test on the HWE option; if it's not required,
|
||||||
|
Loading…
Reference in New Issue
Block a user