Skip to content

Commit 9e24f30

Browse files
authored
formatting fixes
1 parent c01d085 commit 9e24f30

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Install
1616
=======
1717
1. 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

2828
Debugging
@@ -34,7 +34,7 @@ Build
3434
=====
3535
Make 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``
3838
2. run debuild to build debian package
3939
``debuild -i -us -uc -b``
4040

0 commit comments

Comments
 (0)