File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,19 +9,19 @@ instances by the magic of KEXEC.
99Requirements
1010============
1111Just make sure your current Scaleway kernel has KEXEC support.
12- E.g. 4.8.14 std #2 bootscript. You can adjust this via the
12+ E.g. 4.9.20 std #1 bootscript. You can adjust this via the
1313bootscript setting in the Advanced section of the cloud.scaleway.com interface.
1414
1515Install
1616=======
17171 . Make sure your system is up-to-date and get the Ubuntu package:
18- `` curl -LO https://github.com/stuffo/scaleway-ubuntukernel/releases/download/v1.0 /scaleway-ubuntukernel_1.0 -1_amd64.deb ``
18+ `` curl -LO https://github.com/stuffo/scaleway-ubuntukernel/releases/download/v1.1 /scaleway-ubuntukernel_1.1 -1_amd64.deb ``
19192 . You can skip this step if you already installed any kernel package providing linux-image.
2020 Otherwise, get some Ubuntu kernel. E.g. current mainline kernels from http://kernel.ubuntu.com/~kernel-ppa/mainline :
2121 `` curl -LO http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.3/linux-image-4.10.3-041003-generic_4.10.3-041003.201703142331_amd64.deb ``
2222 `` apt install ./linux-image-4.10.3-041003-generic_4.10.3-041003.201703142331_amd64.deb ``
23233 . Install this package:
24- `` apt install ./scaleway-ubuntukernel_1.0 -1_amd64.deb ``
24+ `` apt install ./scaleway-ubuntukernel_1.1 -1_amd64.deb ``
25254 . Disable Ubuntu kexec service (required as Ubuntu will kexec too early and leave a dirty filesystem)
2626 `` systemctl disable kexec ``
27275 . Reboot. That's it. Your system will kexec into your Ubuntu kernel on startup.
You can’t perform that action at this time.
0 commit comments