-
Notifications
You must be signed in to change notification settings - Fork 14
add Void Linux installation instructions #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
add Void Linux installation instructions #28
Conversation
linrunner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution. See my comments.
|
|
||
| Install them with the command: | ||
|
|
||
| *Version 1.9 and newer* :: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Case distinction unnecessary, see my comment above.
| sudo xbps-install NetworkManager | ||
|
|
||
| Enabling the Services | ||
| ------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.