linux:slack_1release
Table of Contents
MY Slackware Install
Installation notes (i.e. packages, configs).
LastUpdated20250112
Basic Install
Using Slackware installer.
- official packages (
getslack)- checkout my
getslackconfig file - without kde (AND xfce if going DE-less)
removepkg gnuchess xaos xsnowremovepkg joe nano vim-gvim slackpkg
- setup/config
- sample elilo.conf
- elilo.conf
prompt #chooser=simple timeout=50 default=Slack image=vmlinuz-huge label=SlackHuge read-only append="root=/dev/sda2 resume=/dev/sda4 vga=normal" image=vmlinuz label=Slack initrd=initrd.gz read-only append="root=/dev/sda2 resume=/dev/sda4 vga=normal"
- make sure vim does not create backups (edit
/usr/share/vim/vimrc)- or, run
vimstart(from my1shell repo)
- dmesg no longer allowed for user
- append
rc.local←echo 0 > /proc/sys/kernel/dmesg_restrict - or, run
setup_slack(from my1shell repo)
- additional packages (
getslackpack)- (alien) openjdk libreoffice libreoffice-dict-en“
- additional packages (
getslackbuild)slackware-xdm-themegeany unrarnss-mdns avahi libdaemon- actually, scripts from slackbuilds.org (commonly used)
DE-less config
This is what I do for a lean (not necessarily minimal, but trimmed to my liking) installation.
- setup acpi from my personal script
- additional packages (
getslackbuild)dmenu slock st wmnamerox-filer pmount
- custom dwm build
- using my own build script (which has personalized patches)
Updating
To maintain:
- run slack-update
- this actually runs 3 scripts (
getslack,getslackpack,getslackbuild)
- run slackpatch (if required)
- run getslackbuild build -x -i (if required)
Sample configuration files for the above scripts are here.
linux/slack_1release.txt · Last modified: by azman
