File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,14 @@ Install
2222 `` apt install ./linux-image-4.10.3-041003-generic_4.10.3-041003.201703142331_amd64.deb ``
23233 . Install this package:
2424 `` apt install ./scaleway-ubuntukernel_1.0-1_amd64.deb ``
25- 4 . Disable Ubuntu kexec service (required as it is incompatible with this)
26- `` systemctl disable kexec && reboot ``
25+ 4 . Disable Ubuntu kexec service (required as Ubuntu will kexec to early for us and leave us with a dirty filesystem)
26+ `` systemctl disable kexec ``
27+ 5 . Reboot. That's it. Your system will kexec into your Ubuntu kernel on startup.
28+
29+ Uninstall
30+ =========
31+ Either remove the package or just disable the service:
32+ `` systemctl disable scaleway-ubuntukernel ``
2733
2834Debugging
2935=========
You can’t perform that action at this time.
0 commit comments