summaryrefslogtreecommitdiffstats
path: root/patches (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-09eliloconfig patch needs to be made release-specific...The script started to diverge in -current, and the patch would no longer apply. Eric Hameleers4-27/+63
2017-05-02Intermediate version 1.1.7.1 to highlight the recent updates Eric Hameleers1-1/+1
2017-05-02XFCE: remove some fonts from the ISO to reduce ISO size...With this change, the ISO drops again below 737.280.000 bytes (703 MB) Removed from xbase.lst: font-adobe-100dpi font-bh-100dpi font-bh-75dpi font-bh-lucidatypewriter-100dpi font-bh-lucidatypewriter-75dpi font-bh-ttf font-bitstream-75dpi font-bitstream-type1 sazanami-fonts-ttf Removed from xfcebase.lst: xfce4-weather-plugin Eric Hameleers2-10/+10
2017-05-02XFCE: some more aggressive pruning of content to reduce the ISO size Eric Hameleers1-1/+9
2017-05-02Add some convenience aliases to root's shell environment as well Eric Hameleers1-0/+4
2017-05-01Add some convenience to the bash shell environment Eric Hameleers1-0/+16
2017-05-01Add a bit more output detail when starting the script Eric Hameleers1-1/+1
2017-04-30Add boot-time tweak 'nsh' to disable new sub-pixel hinting in freetype...Freetype has enabled a 'new style' of sub-pixel hinting, based on the Infinality patch but simplified for speed. Some people feel that this new type of hinting is resulting in worse font rendering than with the old auto-hinter built into Freetype. The new tweak 'nsh' effectively disables the new type of sub-pixel hinting and makes Freetype fall back to the old behaviour. Usage: add "tweaks=nsh" to the boot commandline of the Live OS. Eric Hameleers2-0/+49
2017-04-20Slackware Live Edition: version 1.1.71.1.7 Eric Hameleers1-1/+1
2017-04-20PLASMA5: refresh package list Eric Hameleers1-0/+1
2017-04-17Bump the version to 1.1.6.4 (for testing the Studioware ISO)1.1.6.4 Eric Hameleers1-1/+1
2017-04-17Set default GTK+ theme for Qt applications Eric Hameleers1-0/+14
2017-04-17PLASMA5: updated package list for KDE-5_17.04 Eric Hameleers1-1/+5
2017-04-17Add more 'cleanup' routines where the script forcibly exits Eric Hameleers1-0/+7
2017-04-17Get Slackware packages from remote mirror in absense of local copy...Previously, the 'make_slackware_live.sh' script would exit if no local copy of a Slackware package mirror was available. Now, the script will download a copy from a default rsync mirror (osuosl.org) instead, and then proceed with creating a Live ISO. Another rsync URI can be specified in the .conf file if you want. Eric Hameleers2-23/+38
2017-04-17Fix determination of the correct KAPPEND value. Eric Hameleers1-5/+9
2017-04-17STUDIOWARE: fix a typo in the repository URL Eric Hameleers1-1/+1
2017-04-16Add new supported Live variant STUDIOWARE Eric Hameleers6-6/+273
2017-03-28Check for existence of initrd.img before attempting to extract the installer Eric Hameleers1-0/+4
2017-03-28Get slackpkg+ from external repository instead of assuming a local copy Eric Hameleers3-3/+17
2017-03-23PLASMA5: add new deps/libburn which is now required by k3b Eric Hameleers1-0/+1
2017-03-21PLASMA5: added user-manager plus new dependencies...This adds back the "User manager" in "System Settings > Account Details". Packages added: - deps/cracklib - deps/libpwquality - deps/accountsservice - kde/plasma/user-manager Eric Hameleers1-0/+4
2017-03-19Make it easier to use another directory than /tmp for temp data Eric Hameleers1-4/+7
2017-03-19Add 'hid-apple' to KMODS in order to support Apple keyboards on boot Eric Hameleers1-1/+1
2017-03-19make_slackware_live.sh: use right 'locate' binary when generating cache Eric Hameleers1-1/+6
2017-03-19multilib: add l/SDL2...It's required for ffmpeg's 'ffplay' binary. Eric Hameleers1-0/+1
2017-03-18PLASMA5: add kdenlive...Packages added: - deps/dvdauthor - deps/frei0r-plugins - deps/mlt - deps/vid.stab - kde/applications/kdenlive Eric Hameleers1-0/+5
2017-03-18multilib: refresh the package list Eric Hameleers1-0/+7
2017-03-17XFCE: Slackware replaced slocate with mlocate Eric Hameleers1-0/+1
2017-03-15Bump the version to 1.1.6.3 (respin of the PLASMA5 ISO).1.1.6.3 Eric Hameleers1-1/+1
2017-03-15PLASMA5: refresh the package set for KDE 5_17.03...New packages for this release: - digikam - libkface - krusader - k3b (preview of the KF5 port to be released with 17.04.0) Rebuilt: - sddm-qt5 (now respects your $LANG setting) New dependencies for this release: - lensfun - opencv Updated dependencies for this release: - phonon-vlc - qca-qt5 Cleaned up the kde4plasma5 package list: most of that list were ported to KF5. Eric Hameleers2-15/+6
2017-03-15XFCE: try to keep the ISO size below 703 MB Eric Hameleers1-1/+1
2017-03-12MATE: fix a (cosmetic) typing mistake in the cache location Eric Hameleers1-1/+1
2017-03-02Add "mmc-core:sdhci" to KMODS. This allows boot from sdhci cards...Thanks to USUARIONUEVO for the suggestion. Eric Hameleers1-1/+1
2017-02-25PLASMA5: add the 'nvme-cli' package. Eric Hameleers1-0/+1
2017-02-23Language support: use 'dk-latin1' instead of 'dk' keyboard layout Eric Hameleers1-1/+1
2017-02-15Bump the version to 1.1.6.2 (respin of the PLASMA5 ISO).1.1.6.2 Eric Hameleers1-1/+1
2017-02-15Add Danish as an option in the language selection menu at boot....This choice results in the following settings being activated in the Live OS: - locale: da_DK.utf8 - console keyboard: dk - timezone: Europe/Copenhagen Eric Hameleers3-0/+3
2017-02-15make_slackware_live.sh: shuffle the order of sed operations for setup2hd....The 'sed' commandline processing the scripts in /usr/share/liveslak failed to make the correct substitution for "T_PX=/mnt" in the 'SeTpartitions' script, which is part of the Slackware installer. Eric Hameleers1-1/+5
2017-02-15MATE: add mate-calc. Eric Hameleers1-0/+1
2017-02-15pkglists: add NetworkManager-openvpn to 'alien.lst'. Eric Hameleers1-0/+1
2017-02-02README: put some more emphasis in the ISO developer section....Specifically, stress the fact that generating an ISO requires that you create a local Slackware mirror prior to running 'make_slackware_live.sh', since the script will not download official Slackware packages, only 3rd party packages. Eric Hameleers2-2/+2
2017-01-31pkglists: add unrar to alien's package list. Eric Hameleers1-0/+1
2017-01-26Slackware Live Edition: version 1.1.6.1.1.6 Eric Hameleers1-1/+1
2017-01-24Bump the version to 1.1.5.1 (development version for QA testing) Eric Hameleers1-1/+1
2017-01-24PLASMA5: add several new packages I forgot earlier....In fact, I had not intended to replace Slackware's kdelibs4-based calligra with the new KF5-based version. But upgrading calligra allowed me to get rid of the old kdelibs4-based kactivities, nepomuk-core and nepomuk-widgets packages. And krita has been made separate from calligra, so that is a new package in my 'ktown' set altogether. Kexi is absent (it was split out of calligra just like krita) but if someone needs it, I will add it in the next update. And finally, the package libkcddb4 is the older ldelibs4-based version which is required by k3b. The new KF5-based libkcddb is incompatible with k3b. Eric Hameleers1-0/+4
2017-01-23pkglists: modifications for the new Plasma 5 and its dependencies. Eric Hameleers2-9/+44
2017-01-23pkglists: add packages that are new to slackware-current. Eric Hameleers3-1/+7
2017-01-23The liveinit script is a template too and cannot be used as-is....This file was forgotten in the previous commit. It has now also been given a '.tpl' extension in the liveslak sources, to indicate that it is a template and not usable as-is. The 'make_slackware_live.sh' script parses the template file and performs a series of variable substitutions to generate the final 'init' script inside the initrd of the ISO image. Eric Hameleers2-1/+1
2017-01-23Make it obvious that some scripts are templates and cannot be used as-is....This affects: - pxeserver - setup2hd Both have been renamed with extension '.tpl' as indication that they are templates. The 'make_slackware_live.sh' script performs a series of substitutions on them to produce the actual scripts inside the ISO. Eric Hameleers3-2/+2