Skip to content

Commit 8116b52

Browse files
authored
add uninstall section
1 parent 9e24f30 commit 8116b52

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,14 @@ Install
2222
``apt install ./linux-image-4.10.3-041003-generic_4.10.3-041003.201703142331_amd64.deb ``
2323
3. 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

2834
Debugging
2935
=========

0 commit comments

Comments
 (0)