Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:system_build [2024/01/12 09:35] – [Operating system] autostatic | wiki:system_build [2024/07/15 11:29] (current) – [Optional parts] Removed KXStudio bits autostatic | ||
---|---|---|---|
Line 53: | Line 53: | ||
mitigations=off usbcore.autosuspend=-1 threadirqs | mitigations=off usbcore.autosuspend=-1 threadirqs | ||
- | You can do this with an editor as root, so with '' | + | You can do this with an editor as root, so with '' |
GRUB_CMDLINE_LINUX=" | GRUB_CMDLINE_LINUX=" | ||
Line 106: | Line 106: | ||
==== System settings ==== | ==== System settings ==== | ||
- | The easiest option to finish up setting your system when starting it up is with a script in ''/ | + | The easiest option to finish up setting your system when starting it up is with a script in ''/ |
# Disable CPU frequency scaling | # Disable CPU frequency scaling | ||
systemctl mask ondemand | systemctl mask ondemand | ||
Line 118: | Line 118: | ||
[Service] | [Service] | ||
Type=oneshot | Type=oneshot | ||
- | ExecStart=/ | + | ExecStart=/ |
| | ||
[Install] | [Install] | ||
Line 158: | Line 158: | ||
This will install the latest Liquorix kernel available. Reboot to start your system with the Liquorix kernel. | This will install the latest Liquorix kernel available. Reboot to start your system with the Liquorix kernel. | ||
- | |||
- | === KX Studio packages === | ||
- | {{: | ||
- | |||
- | Installing the kxstudio-default-settings package is not necessary, in fact, given the age and content of this package it might be better to not install it at all. | ||
===== Wrapping it up ===== | ===== Wrapping it up ===== |