summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Slackware Live Edition: version 1.3.2.31.3.2.3 Eric Hameleers2019-07-131-1/+1
|
* PLASMA5: update the package list while keeping the ISO below DVD max size Eric Hameleers2019-07-132-7/+9
|
* CINNAMON: tinycss is a new dependency for Cinnamon 4.2 Eric Hameleers2019-07-041-0/+1
|
* setup2hd: also restore /etc/vconsole.conf Eric Hameleers2019-06-162-1/+3
|
* Slackware Live Edition: version 1.3.2.21.3.2.2 Eric Hameleers2019-06-131-1/+1
|
* Make the EmojiOne TTF font universally available Eric Hameleers2019-06-131-0/+14
|
* PLASMA5: update the package list Eric Hameleers2019-06-131-0/+1
|
* Update the package list for the DAW module Eric Hameleers2019-06-131-0/+3
|
* Slackware Live Edition: version 1.3.21.3.2 Eric Hameleers2019-05-111-1/+1
|
* PLASMA5: add realtime capabilities like Studioware has too Eric Hameleers2019-05-111-1/+10
|
* XFCE: file removals to bring ISO below CDROM size again Eric Hameleers2019-05-111-11/+24
|
* make_slackware_live.sh: small cleanup Eric Hameleers2019-05-111-1/+0
|
* liveinit: correctly scan partitions and block devices Eric Hameleers2019-05-111-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).
* iso2usb.sh: fix the "refresh" case Eric Hameleers2019-05-111-1/+5
|
* PLASMA5: removed -noto-cjk-font-ttf and calligra packages Eric Hameleers2019-05-111-4/+5
| | | | | This was needed unfortunately in order to keep the resulting ISO size below DVD max allowed size.
* PLASMA5: removed lumina, lxqt and libreoffice dicts Eric Hameleers2019-05-111-81/+85
| | | | | All to make room for the current Slackware + Plasma5 while still remaining below the DVD max allowed ISO size.
* Multilib: several compat32 packages had been added the last couple months Eric Hameleers2019-05-111-0/+5
|
* DAW: add a package list containing Digital Audio Workstation stuff Eric Hameleers2019-05-112-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.
* XFCE: remove pidgin to keep the ISO size below CDROM max allowed Eric Hameleers2019-05-111-1/+1
|
* XFCE: add libglvnd as new dependency of mesa in -current Eric Hameleers2019-05-111-0/+1
|
* DLACK: add libglvnd as new dependency of mesa in -current Eric Hameleers2019-05-111-0/+1
|
* upslak.sh: use the OS to find partition names Eric Hameleers2019-05-051-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').
* iso2usb.sh: use the OS to find partition names Eric Hameleers2019-05-051-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').
* XFCE: make blueman-applet work Eric Hameleers2019-05-051-0/+2
|
* Make the '-m' commandline switch more universal Eric Hameleers2019-04-231-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.
* Add missing template vars to upslak.sh Eric Hameleers2019-04-142-3/+12
| | | | | Several template vars were added to liveinit.tpl but I had forgotten to also incorporate those in the upslak.sh script.
* upslak.sh: do not presume that people build overlayfs as a module Eric Hameleers2019-03-171-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.
* XFCE: python-ply is a new dependency for bind Eric Hameleers2019-03-021-0/+1
|
* XDM: release X memory after session ends Eric Hameleers2019-02-271-0/+3
|
* CINNAMON: python-soupsieve added to the package list Eric Hameleers2019-02-271-0/+1
|
* Configure kdesu to use sudo instead of su Eric Hameleers2019-02-271-0/+7
| | | | | That will cause kdesu to ask for the 'live' password instead of the 'root' password.
* iso2usb.sh: warn and exit if zstd support is missing Eric Hameleers2019-02-161-1/+6
|
* Slackware Live Edition: version 1.3.1.11.3.1.1 Eric Hameleers2019-02-151-1/+1
| | | | Minor version bump in order to release a new Plasma5 Live ISO.
* Update package lists for Plasma5 and multilib Eric Hameleers2019-02-152-0/+28
|
* Slackware Live Edition: version 1.3.11.3.1 Eric Hameleers2019-02-151-1/+1
| | | | Main highlight is that PXE booting is working again.
* Fix PXE boot. Fix pxeserver. Add support for PXE-booting UEFI-based PC's Eric Hameleers2019-02-158-66/+217
| | | | Note that UEFI PXE-boot is not yet working, I do not know why.
* Add grub-mkimage to the list of required programs Eric Hameleers2019-02-151-2/+2
|
* Quell the noise generated by dhcpcd on boot Eric Hameleers2019-01-232-2/+6
|
* liveinit: add debug pause for PXE network configuration Eric Hameleers2019-01-221-0/+4
|
* liveinit: mention on-screen that eth0 is fallback for failed nic detection Eric Hameleers2019-01-221-1/+1
|
* liveinit: fix a bug in PXE network device configuration Eric Hameleers2019-01-221-1/+2
|
* Slackware Live Edition: version 1.3.0.21.3.0.2 Eric Hameleers2019-01-171-1/+1
|
* liveinit: clean up that remount command Eric Hameleers2019-01-171-1/+1
|
* Follow the Slackware init with respect to readonly root on boot Eric Hameleers2019-01-172-7/+5
| | | | | The live init script creates a /etc/fastboot file to prevent any file system check on boot. This is cleaner than hacking rc.S and failing.
* PLASMA5: update package list Eric Hameleers2019-01-171-0/+7
|
* XFCE: update package list Eric Hameleers2019-01-173-0/+5
|
* Slackware Live Edition: version 1.3.0.11.3.0.1 Eric Hameleers2019-01-051-1/+1
|
* KDE4: take care of changes in search/semantic backends Eric Hameleers2019-01-051-5/+10
| | | | | - virtuoso-ose is no longer part of Slackware. - akonadi backend to be used is now called SQLITE instead of SQLITE3
* Refreshed the package lists for alien, multilib and plasma5 repos Eric Hameleers2019-01-053-0/+10
|
* init: the dhcpcd 'pid' file is in another location now. Eric Hameleers2019-01-051-4/+15
|