You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mid-kid
5b59da928c
|
8 years ago | |
---|---|---|
convert32-supported | 8 years ago | |
convert32pkg.sh | 8 years ago | |
kernel.SlackBuild | 8 years ago | |
massconvert32.sh | 8 years ago | |
readme.txt | 8 years ago | |
update-repo.sh | 8 years ago |
readme.txt
This repo contains all my slackware modifications of the base install.
Additional packages are contained in RocketLinux and built in a non-standard manner.
This branch contains a few scripts I use to manage things.
- kernel.SlackBuild is capable of building a near-identical slackware kernel
- convert32pkg.sh converts a 32bit package to be installable on 64bit (by
removing everything present in the 64bit package).
It is only designed to support some packages in the official slackware iso,
because there's all kinds of packages that need special treatment,
especially for their doinst.sh scripts.
- massconvert32.sh calls convert32pkg.sh over an entire package directory
- update-repo.sh is my shitty implementation of a slackware repo generator,
that tries to generate everything as close to the official slackware repo as
possible.