summaryrefslogtreecommitdiffstats
path: root/liveinit.tpl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add boot-time tweak 'nsh' to disable new sub-pixel hinting in freetype Eric Hameleers2017-04-301-0/+48
| | | | | | | | | | | 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.
* Merge branch 'dlack' Eric Hameleers2017-01-231-0/+2
| | | | | | | | | New supported LIVEDE value: DLACK This merge adds Dlackware as a DE choice when generating the ISO. Dlackware is Slackware with PAM, systemd and Gnome3 (and without KDE4). I think this is an interesting experiment. Know your enemy ;-) Thanks to bartgymnast of the Dlackware team who provided the patches.
* The liveinit script is a template too and cannot be used as-is. Eric Hameleers2017-01-231-0/+1165
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.