summaryrefslogtreecommitdiffstats
path: root/languages (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-26Updates to package lists. Reduce Plasma5 ISO size Eric Hameleers6-17/+41
Note that the Plasma5 ISO size reduction was achieved by removing almost all of the 'alien' packages which originate in my regular package repositories. Which means if you want a Plasma5 Live with calibre, libreoffice, qbittorrent, vlc and all the other goodies, you will have to create a persistent Live USB stick and add my packages as "addon modules".
2019-11-24CINNAMON: updated package list for Cinnamon 4.4.0 Eric Hameleers1-0/+2
New dependency packages: - pytz - libtimezonemap
2019-11-20Remove '--no-absolute-filenames' from cpio invocations Eric Hameleers3-3/+3
Since cpio 2.13, this option strips '/' and '../' from symbolic and hard links during extraction of a cpio archive like our initramfs. This is implemented as a fix for CVE-2015-1197 but breaks the initrd. And leaving out this option does not have the adverse effect I always thought it would have... archive extraction is still done into the current directory and not in the filesystem root.
2019-11-19iso2usb.sh: fix logic for finding and writing gptmbr.bin to the device Eric Hameleers1-9/+14
2019-11-19CINNAMON: remove packages that are no longer present in CSB Eric Hameleers1-8/+0
2019-11-13PLASMA5: set the OS name to 'Slackware Live' in 'System Information' Eric Hameleers1-0/+4
2019-11-13PLASMA5: add/remove packages to make it fit on a DVD Eric Hameleers1-10/+11
2019-11-02Slackware Live Edition: version 1.3.31.3.3 Eric Hameleers1-1/+1
2019-11-02NFS root (PXE boot): add virtio drivers required for older VM Eric Hameleers2-40/+44
The virtio_pci driver is required in some cases when using older types of virtual machine software.
2019-11-02liveinit.tpl: cleanup some code Eric Hameleers1-8/+0
These lines became obsolete with Linux kernel 2.6 (Slackware >= 11) when the kernel module extension changed from .o to .ko.
2019-11-02liveinit.tpl: explicitly tell udevadm to add newly detected hardware Eric Hameleers1-1/+1
The default for 'udevadm trigger' is 'change', not 'add', so the scriptline basically did nothing. This prevented some network devices from getting initialized because their subsystem is 'pci' and not 'net'. Thanks to Kanaya for debugging this with his Nvidia MCP51 ethernet device.
2019-11-01Replace @ULANG@ with the actual language in syslinux submenus Eric Hameleers1-0/+2
2019-11-01Slackware Live Edition: version 1.3.2.51.3.2.5 Eric Hameleers1-1/+1
2019-11-01Fix a logic bug in finding packages Eric Hameleers1-13/+17
2019-11-01Update the package lists to match the changes in -current Eric Hameleers5-0/+5
2019-09-15Slackware Live Edition: version 1.3.2.41.3.2.4 Eric Hameleers1-1/+1
2019-09-15XFCE: remove man pages to shrink ISO size Eric Hameleers1-1/+1
2019-09-15PLASMA5: updated the package lists Eric Hameleers2-1/+2
2019-09-08upslak.sh: fix path determination for kernel and modules Eric Hameleers1-4/+4
Thanks to 0XBF @linuxquestions.org for debugging.
2019-07-13Slackware Live Edition: version 1.3.2.31.3.2.3 Eric Hameleers1-1/+1
2019-07-13PLASMA5: update the package list while keeping the ISO below DVD max size Eric Hameleers2-7/+9
2019-07-04CINNAMON: tinycss is a new dependency for Cinnamon 4.2 Eric Hameleers1-0/+1
2019-06-16setup2hd: also restore /etc/vconsole.conf Eric Hameleers2-1/+3
2019-06-13Slackware Live Edition: version 1.3.2.21.3.2.2 Eric Hameleers1-1/+1
2019-06-13Make the EmojiOne TTF font universally available Eric Hameleers1-0/+14
2019-06-13PLASMA5: update the package list Eric Hameleers1-0/+1
2019-06-13Update the package list for the DAW module Eric Hameleers1-0/+3
2019-05-11Slackware Live Edition: version 1.3.21.3.2 Eric Hameleers1-1/+1
2019-05-11PLASMA5: add realtime capabilities like Studioware has too Eric Hameleers1-1/+10
2019-05-11XFCE: file removals to bring ISO below CDROM size again Eric Hameleers1-11/+24
2019-05-11make_slackware_live.sh: small cleanup Eric Hameleers1-1/+0
2019-05-11liveinit: correctly scan partitions and block devices Eric Hameleers1-7/+37
Do not make assumptions about how partitions and block devices are named. but check the OS instead (in /sys/block and /sys/class/block).
2019-05-11iso2usb.sh: fix the "refresh" case Eric Hameleers1-1/+5
2019-05-11PLASMA5: removed -noto-cjk-font-ttf and calligra packages Eric Hameleers1-4/+5
This was needed unfortunately in order to keep the resulting ISO size below DVD max allowed size.
2019-05-11PLASMA5: removed lumina, lxqt and libreoffice dicts Eric Hameleers1-81/+85
All to make room for the current Slackware + Plasma5 while still remaining below the DVD max allowed ISO size.
2019-05-11Multilib: several compat32 packages had been added the last couple months Eric Hameleers1-0/+5
2019-05-11DAW: add a package list containing Digital Audio Workstation stuff Eric Hameleers2-0/+55
I added this as a squashfs module to the bonus/ subdirectory for now, so people can copy it into the USB stick's optional/ or addons/ directory.
2019-05-11XFCE: remove pidgin to keep the ISO size below CDROM max allowed Eric Hameleers1-1/+1
2019-05-11XFCE: add libglvnd as new dependency of mesa in -current Eric Hameleers1-0/+1
2019-05-11DLACK: add libglvnd as new dependency of mesa in -current Eric Hameleers1-0/+1
2019-05-05upslak.sh: use the OS to find partition names Eric Hameleers1-9/+14
This should allow usage of external storage devices like SD cards, whose partition naming conventions are different from generic USB devices. E.g. /dev/mmcblk0p1 is the first partition of /dev/mmcblk0 (note the 'p').
2019-05-05iso2usb.sh: use the OS to find partition names Eric Hameleers1-29/+37
This should allow usage of external storage devices like SD cards, whose partition naming conventions are different from generic USB devices. E.g. /dev/mmcblk0p1 is the first partition of /dev/mmcblk0 (note the 'p').
2019-05-05XFCE: make blueman-applet work Eric Hameleers1-0/+2
2019-04-23Make the '-m' commandline switch more universal Eric Hameleers1-1/+1
The '-m' parameter of the 'make_slackware_live.sh' script allows you to add more packages to the Live ISO without modifying any of the script's "SEQ_*" package sequence variables. However, the script would prepend "pkglist:" to the argument value, which is redundant since 'pkglist' is the default anyway. By removing this prepend string we can now allow a syntax like this: "-m local:foo" to add a series of packages in the subdirectory 'foo' of the 'local' (or 'local64') directory more easily.
2019-04-14Add missing template vars to upslak.sh Eric Hameleers2-3/+12
Several template vars were added to liveinit.tpl but I had forgotten to also incorporate those in the upslak.sh script.
2019-03-17upslak.sh: do not presume that people build overlayfs as a module Eric Hameleers1-1/+1
The script will now only fail if you have zero modules in your tree. I presume (!) that this corner case will never occur. In any case, I will not support it.
2019-03-02XFCE: python-ply is a new dependency for bind Eric Hameleers1-0/+1
2019-02-27XDM: release X memory after session ends Eric Hameleers1-0/+3
2019-02-27CINNAMON: python-soupsieve added to the package list Eric Hameleers1-0/+1
2019-02-27Configure kdesu to use sudo instead of su Eric Hameleers1-0/+7
That will cause kdesu to ask for the 'live' password instead of the 'root' password.