Table of Contents

Technical Information: Slackware Topics

low-latency kernel

Zenteknix Standard Installation

… at this point, system can be booted, or some pre-emptive changes can be made:

… Now, log in as root and:

Trivia

Allow your login to reboot/shutdown from XFCE

Put your login in the wheel group, and in /etc/polkit-1/rules.d/50-default.rules:

polkit.addRule(function(action, subject) {
    if (subject.isInGroup("wheel")) {
        return polkit.Result.YES;
    }
});

Python ''setuptools'' installation

See official documentation ...




Zenteknix "FreeSlack Live" Modifications

After installing slackware, and sanitizing it to FreeSlack, these steps can be used to convert the installation to an operationally “live” variant, which minimizes changes to disk during routine operation.

Migrate the ''/var'' footprint to a "live"-capable arrangement

Design and Prune the Storage Layers

Adapt the startup scripts to engage the "live" footprint

Packages needed for guitarix on slackware/FreeSlack


Links: Linux InfoTech Info