add Void Linux installation instructions#28
add Void Linux installation instructions#28edenir-anschau wants to merge 1 commit intolinrunner:mainfrom
Conversation
linrunner
left a comment
There was a problem hiding this comment.
Thanks for your contribution. See my comments.
|
|
||
| Install them with the command: | ||
|
|
||
| *Version 1.9 and newer* :: |
There was a problem hiding this comment.
If I understand the official documentation correctly, Void has a rolling release scheme. This means that there are no longer any TLP packages < 1.9, and the whole case distinction for 1.9 can be dropped, which would make the instructions more straightforward.
|
|
||
| sudo xbps-install tlp tlp-pd tlp-rdw | ||
|
|
||
| If you have installed tpl-rwd, you also need to install NetWorkManager :: |
There was a problem hiding this comment.
I'd prefer to phrase the deduction differently: “If you want to use the functionality of tlp-rdw, you need NetworkManager. You can install it with ...”. "Please read the Void instructions (link below) before installing"_
|
|
||
| sudo ln -s /etc/sv/tlp /var/service | ||
|
|
||
| *For version 1.9 and newer* with tlp-pd, additionally: :: |
There was a problem hiding this comment.
Case distinction unnecessary, see my comment above.
| sudo xbps-install NetworkManager | ||
|
|
||
| Enabling the Services | ||
| ------------- |
There was a problem hiding this comment.
void.rst:24: WARNING: Title underline too short.
|
|
||
| then install the approriate package with the command :: | ||
|
|
||
| sudo xbps-install tp_smapi-dkmsk |
There was a problem hiding this comment.
Is the package name "tp_smapi-dkmsk" really correct or a typo?
|
|
||
| .. note:: | ||
|
|
||
| * You must disable Secure Boot to use the ThinkPad specific packages |
There was a problem hiding this comment.
This is about tp_smapi-dkms, right?
While installing TLP on my laptop running Void Linux,I realized this was a good opportunity to contribute to the documentation.