Skip to content

Commit 411d081

Browse files
authored
bump releases of package and bootscript
1 parent 6e94d77 commit 411d081

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ instances by the magic of KEXEC.
99
Requirements
1010
============
1111
Just 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
1313
bootscript setting in the Advanced section of the cloud.scaleway.com interface.
1414

1515
Install
1616
=======
1717
1. 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 ``
1919
2. 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 ``
2323
3. Install this package:
24-
``apt install ./scaleway-ubuntukernel_1.0-1_amd64.deb ``
24+
``apt install ./scaleway-ubuntukernel_1.1-1_amd64.deb ``
2525
4. Disable Ubuntu kexec service (required as Ubuntu will kexec too early and leave a dirty filesystem)
2626
`` systemctl disable kexec ``
2727
5. Reboot. That's it. Your system will kexec into your Ubuntu kernel on startup.

0 commit comments

Comments
 (0)