File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ Install
1616=======
17171 . Make sure your system is up-to-date and get the Ubuntu package:
1818 `` curl -O https://github.com/stuffo/scaleway-ubuntukernel/releases/download/v1.0/scaleway-ubuntukernel_1.0-1_amd64.deb ``
19- 2 . You skip this step if you already installed any kernel package providing linux-image. Otherwise, get some Ubuntu kernel .
20- E.g. current mainline kernels from http://kernel.ubuntu.com/~kernel-ppa/mainline :
21- `` curl -O http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.3/linux-image-4.10.3-041003-generic_4.10.3-041003.201703142331_amd64.deb ``
19+ 2 . You can skip this step if you already installed any kernel package providing linux-image.
20+ Otherwise, get some Ubuntu kernel. E.g. current mainline kernels from http://kernel.ubuntu.com/~kernel-ppa/mainline :
21+ `` curl -O 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 ``
23- 3 . Install this package and current kernel:
23+ 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)
25+ 4 . Disable Ubuntu kexec service (required as it is incompatible with this)
2626 `` systemctl disable kexec && reboot ``
2727
2828Debugging
3434=====
3535Make sure you have at least build-essential and devscripts installed.
3636
37- 1 . clone repo `` git clone ``
37+ 1 . clone repo `` git clone https://github.com/stuffo/scaleway-ubuntukernel.git ``
38382 . run debuild to build debian package
3939 `` debuild -i -us -uc -b ``
4040
You can’t perform that action at this time.
0 commit comments