| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | PLASMA5: add/remove packages to make it fit on a DVD | Eric Hameleers | 2019-11-13 | 1 | -10/+11 |
* | Slackware Live Edition: version 1.3.31.3.3 | Eric Hameleers | 2019-11-02 | 1 | -1/+1 |
* | NFS root (PXE boot): add virtio drivers required for older VM...The virtio_pci driver is required in some cases when using older
types of virtual machine software.
| Eric Hameleers | 2019-11-02 | 2 | -40/+44 |
* | liveinit.tpl: cleanup some code...These lines became obsolete with Linux kernel 2.6 (Slackware >= 11)
when the kernel module extension changed from .o to .ko.
| Eric Hameleers | 2019-11-02 | 1 | -8/+0 |
* | liveinit.tpl: explicitly tell udevadm to add newly detected hardware...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.
| Eric Hameleers | 2019-11-02 | 1 | -1/+1 |
* | Replace @ULANG@ with the actual language in syslinux submenus | Eric Hameleers | 2019-11-01 | 1 | -0/+2 |
* | Slackware Live Edition: version 1.3.2.51.3.2.5 | Eric Hameleers | 2019-11-01 | 1 | -1/+1 |
* | Fix a logic bug in finding packages | Eric Hameleers | 2019-11-01 | 1 | -13/+17 |
* | Update the package lists to match the changes in -current | Eric Hameleers | 2019-11-01 | 5 | -0/+5 |
* | Slackware Live Edition: version 1.3.2.41.3.2.4 | Eric Hameleers | 2019-09-15 | 1 | -1/+1 |
* | XFCE: remove man pages to shrink ISO size | Eric Hameleers | 2019-09-15 | 1 | -1/+1 |
* | PLASMA5: updated the package lists | Eric Hameleers | 2019-09-15 | 2 | -1/+2 |
* | upslak.sh: fix path determination for kernel and modules...Thanks to 0XBF @linuxquestions.org for debugging.
| Eric Hameleers | 2019-09-08 | 1 | -4/+4 |
* | Slackware Live Edition: version 1.3.2.31.3.2.3 | Eric Hameleers | 2019-07-13 | 1 | -1/+1 |
* | PLASMA5: update the package list while keeping the ISO below DVD max size | Eric Hameleers | 2019-07-13 | 2 | -7/+9 |
* | CINNAMON: tinycss is a new dependency for Cinnamon 4.2 | Eric Hameleers | 2019-07-04 | 1 | -0/+1 |
* | setup2hd: also restore /etc/vconsole.conf | Eric Hameleers | 2019-06-16 | 2 | -1/+3 |
* | Slackware Live Edition: version 1.3.2.21.3.2.2 | Eric Hameleers | 2019-06-13 | 1 | -1/+1 |
* | Make the EmojiOne TTF font universally available | Eric Hameleers | 2019-06-13 | 1 | -0/+14 |
* | PLASMA5: update the package list | Eric Hameleers | 2019-06-13 | 1 | -0/+1 |
* | Update the package list for the DAW module | Eric Hameleers | 2019-06-13 | 1 | -0/+3 |
* | Slackware Live Edition: version 1.3.21.3.2 | Eric Hameleers | 2019-05-11 | 1 | -1/+1 |
* | PLASMA5: add realtime capabilities like Studioware has too | Eric Hameleers | 2019-05-11 | 1 | -1/+10 |
* | XFCE: file removals to bring ISO below CDROM size again | Eric Hameleers | 2019-05-11 | 1 | -11/+24 |
* | make_slackware_live.sh: small cleanup | Eric Hameleers | 2019-05-11 | 1 | -1/+0 |
* | liveinit: correctly scan partitions and block devices...Do not make assumptions about how partitions and block devices are named.
but check the OS instead (in /sys/block and /sys/class/block).
| Eric Hameleers | 2019-05-11 | 1 | -7/+37 |
* | iso2usb.sh: fix the "refresh" case | Eric Hameleers | 2019-05-11 | 1 | -1/+5 |
* | PLASMA5: removed -noto-cjk-font-ttf and calligra packages...This was needed unfortunately in order to keep the resulting ISO size
below DVD max allowed size.
| Eric Hameleers | 2019-05-11 | 1 | -4/+5 |
* | PLASMA5: removed lumina, lxqt and libreoffice dicts...All to make room for the current Slackware + Plasma5 while still remaining
below the DVD max allowed ISO size.
| Eric Hameleers | 2019-05-11 | 1 | -81/+85 |
* | Multilib: several compat32 packages had been added the last couple months | Eric Hameleers | 2019-05-11 | 1 | -0/+5 |
* | DAW: add a package list containing Digital Audio Workstation stuff...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.
| Eric Hameleers | 2019-05-11 | 2 | -0/+55 |
* | XFCE: remove pidgin to keep the ISO size below CDROM max allowed | Eric Hameleers | 2019-05-11 | 1 | -1/+1 |
* | XFCE: add libglvnd as new dependency of mesa in -current | Eric Hameleers | 2019-05-11 | 1 | -0/+1 |
* | DLACK: add libglvnd as new dependency of mesa in -current | Eric Hameleers | 2019-05-11 | 1 | -0/+1 |
* | upslak.sh: use the OS to find partition names...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').
| Eric Hameleers | 2019-05-05 | 1 | -9/+14 |
* | iso2usb.sh: use the OS to find partition names...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').
| Eric Hameleers | 2019-05-05 | 1 | -29/+37 |
* | XFCE: make blueman-applet work | Eric Hameleers | 2019-05-05 | 1 | -0/+2 |
* | Make the '-m' commandline switch more universal...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.
| Eric Hameleers | 2019-04-23 | 1 | -1/+1 |
* | Add missing template vars to upslak.sh...Several template vars were added to liveinit.tpl but I had forgotten
to also incorporate those in the upslak.sh script.
| Eric Hameleers | 2019-04-14 | 2 | -3/+12 |
* | upslak.sh: do not presume that people build overlayfs as a module...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.
| Eric Hameleers | 2019-03-17 | 1 | -1/+1 |
* | XFCE: python-ply is a new dependency for bind | Eric Hameleers | 2019-03-02 | 1 | -0/+1 |
* | XDM: release X memory after session ends | Eric Hameleers | 2019-02-27 | 1 | -0/+3 |
* | CINNAMON: python-soupsieve added to the package list | Eric Hameleers | 2019-02-27 | 1 | -0/+1 |
* | Configure kdesu to use sudo instead of su...That will cause kdesu to ask for the 'live' password instead of the
'root' password.
| Eric Hameleers | 2019-02-27 | 1 | -0/+7 |
* | iso2usb.sh: warn and exit if zstd support is missing | Eric Hameleers | 2019-02-16 | 1 | -1/+6 |
* | Slackware Live Edition: version 1.3.1.1...Minor version bump in order to release a new Plasma5 Live ISO.
1.3.1.1 | Eric Hameleers | 2019-02-15 | 1 | -1/+1 |
* | Update package lists for Plasma5 and multilib | Eric Hameleers | 2019-02-15 | 2 | -0/+28 |
* | Slackware Live Edition: version 1.3.1...Main highlight is that PXE booting is working again.
1.3.1 | Eric Hameleers | 2019-02-15 | 1 | -1/+1 |
* | Fix PXE boot. Fix pxeserver. Add support for PXE-booting UEFI-based PC's...Note that UEFI PXE-boot is not yet working, I do not know why.
| Eric Hameleers | 2019-02-15 | 8 | -66/+217 |
* | Add grub-mkimage to the list of required programs | Eric Hameleers | 2019-02-15 | 1 | -2/+2 |