cleaned up README.md

This commit is contained in:
shelldweller 2023-06-14 12:18:48 -05:00
parent 0dd1373183
commit f9ed6f4cda
1 changed files with 25 additions and 19 deletions

View File

@ -16,7 +16,7 @@ This script can probably be run on any Slackware-based derivative, as long as sl
arguments:
BLACKLISTFILE = the location of your slackpkg blacklist file (default = /etc/slackpkg/blacklist)
- BLACKLISTFILE = the location of your slackpkg blacklist file (default = /etc/slackpkg/blacklist)
# linux-libre-kernel-build-instsall.sh
@ -26,21 +26,21 @@ Modifies stock kernel-configs and SlackBuild files.
arguments:
STOCKVERSION = version of stock kernel to use kernel-configs from (default grabs latest from repo)
- STOCKVERSION = version of stock kernel to use kernel-configs from (default grabs latest from repo)
MAJORVERSION = branch of libre kernel to build from (defaults to stock kernel branch, i.e. 5.15)
- MAJORVERSION = branch of libre kernel to build from (defaults to stock kernel branch, i.e. 5.15)
LIBREVERSION = version of Linux-libre acutally being builg (defaults to latest version in MAJORVERSION branch)
- LIBREVERSION = version of Linux-libre acutally being builg (defaults to latest version in MAJORVERSION branch)
RELEASE = release version of Slackware (i.e. 15.0). Fetches from running system by default.
- RELEASE = release version of Slackware (i.e. 15.0). Fetches from running system by default.
REPOURL = URL of your preferred repo. (default = https://mirrors.slackware.com)
- REPOURL = URL of your preferred repo. (default = https://mirrors.slackware.com)
BUILDDIR = directory to build kernels in. (default =/tmp/slackware-libre)
- BUILDDIR = directory to build kernels in. THIS GETS DELETED, SO DON'T PASS AN IMPORTANT DIRECTORY YOU NEED TO KEEP! (default =/tmp/slackware-libre)
BLACKLISTFILE = the location of your slackpkg blacklist file (default = /etc/slackpkg/blacklist)
- BLACKLISTFILE = the location of your slackpkg blacklist file (default = /etc/slackpkg/blacklist)
INSTALL_KERNEL = install packages after building them (default = no)
- INSTALL_KERNEL = install packages after building them (default = no)
# linux-libre-firmware-build-install.sh
@ -50,19 +50,25 @@ Modifies stock SlackBuild file.
arguments:
RELEASE = release version of Slackware (i.e. 15.0). Fetches from running system by default.
- RELEASE = release version of Slackware (i.e. 15.0). Fetches from running system by default.
REPOURL = URL of your preferred repo. (default = https://mirrors.slackware.com)
- REPOURL = URL of your preferred repo. (default = https://mirrors.slackware.com)
BUILDDIR = directory to build kernels in. (default =/tmp/slackware-libre)
- BUILDDIR = directory to build firmware in. THIS GETS DELETED, SO DON'T PASS AN IMPORTANT DIRECTORY YOU NEED TO KEEP! (default =/tmp/slackware-libre)
BLACKLISTFILE = the location of your slackpkg blacklist file (default = /etc/slackpkg/blacklist)
- BLACKLISTFILE = the location of your slackpkg blacklist file (default = /etc/slackpkg/blacklist)
INSTALL_FIRMWARE = install packages after building them (default = no)
- INSTALL_FIRMWARE = install packages after building them (default = no)
## NOTE:
The script DOES NOT clean up after itself.
You are invited to delete any leftover files and directories in /tmp/ .
However, the modified SlackBuild scripts and kernel packages all reside there.
You may want to save or share these before clearing out /tmp/ .
## NOTES:
- The script DOES NOT clean up after itself.
- You are invited to delete any leftover files and directories in /tmp/ .
- However, the modified SlackBuild scripts and kernel packages all reside there.
- You may want to save or share these before clearing out /tmp/ .
- You will need about 3GB-5GB of free space for the full build.