aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Slackware Live Edition: version 1.3.9.41.3.9.4 Eric Hameleers2021-06-161-1/+1
|
* Refresh package lists used for DAW LEAN and XFCE Eric Hameleers2021-06-162-0/+4
|
* Try to reduce ISO size a bit through more zstd compression Eric Hameleers2021-06-161-1/+1
|
* XFCE, LEAN, DAW variants: add libgnt as new dependency for pidgin Eric Hameleers2021-05-051-0/+1
|
* README.txt updates Eric Hameleers2021-05-051-2/+3
|
* liveinit.tpl: add mount options also found in Slackware's own init Eric Hameleers2021-05-051-2/+2
|
* XFCE: vid.stab is a new dependency of geeqie Eric Hameleers2021-04-171-0/+1
|
* Slackware Live Edition: version 1.3.9.31.3.9.3 Eric Hameleers2021-04-071-1/+1
|
* DAW: update package list Eric Hameleers2021-04-071-0/+1
|
* XFCE: update 'xapbase' package list Eric Hameleers2021-04-071-0/+1
|
* MATE: update package list Eric Hameleers2021-04-071-0/+1
|
* Fix test syntax in iso2usb.sh Eric Hameleers2021-04-071-2/+2
|
* Change domain 'example.net' to 'home.arpa' following RFC8375 Eric Hameleers2021-03-063-4/+4
| | | | | | | | | | | | | Excerpt from RFC 8375 (https://tools.ietf.org/html/rfc8375): Users and devices within a home network (hereafter referred to as "homenet") require devices and services to be identified by names that are unique within the boundaries of the homenet [RFC7368]. The naming mechanism needs to function without configuration from the user. While it may be possible for a name to be delegated by an ISP, homenets must also function in the absence of such a delegation. This document reserves the name 'home.arpa.' to serve as the default name for this purpose, with a scope limited to each individual homenet.
* alien packages: change keepassx to keepassxc Eric Hameleers2021-03-061-1/+1
|
* NetworkManager dhcp client configuration is now in conf.d subdirectory Eric Hameleers2021-02-201-1/+1
|
* Slackpkg+: use temporary URL for version working with Slackware 15.0_alpha1 Eric Hameleers2021-02-161-2/+8
|
* Multilib: remove second instance of cups-compat32 Eric Hameleers2021-02-161-1/+0
|
* Multilib module: use correct new name for glibc-solibs Eric Hameleers2021-02-151-1/+1
|
* Slackware Live Edition: version 1.3.9.11.3.9.1 Eric Hameleers2021-02-151-2/+2
|
* New slackpkg installs a mirrors file with incorrect mirror enabled Eric Hameleers2021-02-151-0/+2
|
* Silence a few harmless error messages from chpasswd Eric Hameleers2021-02-151-5/+5
| | | | We will catch the error anyway and invoke chpasswd with different syntax.
* Update the 'min' and multilib package lists Eric Hameleers2021-02-152-0/+6
| | | | | | Most importantly, there were two package renames in -current: aaa_elflibs -> aaa_libraries glibc-solibs -> aaa_glibc-solibs
* The 'chpassword -R' segfaults in some cases, us a chroot as fallback Eric Hameleers2021-01-271-4/+12
|
* Use 'chpassword -R' instead of chrooting Eric Hameleers2021-01-241-4/+4
| | | | | | | | According to bug report, this is now needed on Slackware 14.2 when generating a -current Live ISO. PAM is probably to blame: >chpasswd: (user root) pam_chauthtok() failed, error: >Authentication token manipulation error >chpasswd: (line 1, user root) password not changed
* Use proper example for custom SEQ_CUSTOM Eric Hameleers2021-01-241-1/+1
|
* README.txt: use liveslak.org URLS Eric Hameleers2021-01-241-2/+2
|
* XFCE: llvm libraries are needed by mesa DRI libraries unfortunately Eric Hameleers2021-01-176-10/+12
|
* DAW: add Console OS boot option Eric Hameleers2021-01-171-2/+2
|
* Console OS: move gamin from x_base to noxbase package list Eric Hameleers2021-01-172-1/+1
|
* README.txt: use new URL for git repository Eric Hameleers2021-01-171-2/+2
|
* LEAN: another potential background image to use in live wallpaper Eric Hameleers2021-01-171-0/+0
|
* Implement a small Console OS - a rescue environment in RAM1.3.9 Eric Hameleers2021-01-126-58/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This uses two squashfs modules that are currently only found in the LEAN and XFCE images: 'min' and 'noxbase'. These two provide a functional console-only Slackware with a lot of useful programs. It will connect to a DHCP server automatically and it also contains the 'setup2hd' script to be able to install Slackware from a network mirror. And since the Console OS gets loaded into RAM, you can remove your USB stick after booting and use that stick for other purposes. Use-case: - You have one computer with a network connection and one USB stick, and want to create a persistent Slackware Live on USB. - Download an ISO supporting 'Console OS' to the computer's hard drive, and transfer the ISO to the USB stick using the computer's ISO imaging tools, making the stick bootable but not persistent. - Boot from the USB stick, select the "Console OS in RAM" option. - After you logged into the Console Slackware, mount the computer's hard drive. - Use the 'iso2usb.sh' script that comes with liveslak to extract the ISO content to the USB stick, making it persistent. See the README.txt for instructions. ----------------------------------------------------------------------------- Implemented as an extension of the liveslak 'toram' boot parameter. Adding 'toram=core' to the boot commandline will load circa 500 MB of squashfs modules into RAM and boot into a sparse but functional console environment. For supported Live variants (currently LEAN and XFCE) the script 'make_slackware_live.sh' will automatically add a menu item "Console OS in RAM" to the Syslinux and Grub bootloaders, using this 'toram=core' parameter. TODO: add this as an option to all liveslak variants. Not so trivial to do.
* XFCE: start CUPS only if cupsd is installed Eric Hameleers2021-01-121-2/+6
|
* Add Kwayland profile scripts to make Plasma Wayland behave better Eric Hameleers2021-01-121-0/+18
| | | | | Implementing LuckyCyborg's proposal from this post: https://www.linuxquestions.org/questions/slackware-14/requests-for-current-14-2-15-0-a-4175620463/page432.html#post6206168 Let's see whether this works.
* Add a .screenrc file for some more comfort during SCREEN sessions Eric Hameleers2021-01-121-0/+43
|
* Fix the rc.gpm script generation Eric Hameleers2021-01-121-13/+14
|
* No longer make 'us american english' the default for liveslak Eric Hameleers2021-01-122-5/+13
| | | | Define a 'generic english' to be the new default, with UTC as its timezone.
* liveinit: avoid an error visible during boot Eric Hameleers2021-01-121-1/+2
|
* Re-order pkglists for Console OS and to fix XFCE notification area Eric Hameleers2021-01-126-16/+14
| | | | | XFCE notification area suddenly requires libdbusmenu and gobject-introspection. Also, I fixed Plasma5 Vaults in the LEAN image by adding fuse.
* Slackware Live Edition: version 1.3.8.41.3.8.4 Eric Hameleers2021-01-061-1/+1
|
* Add a new live variant: LEAN Eric Hameleers2021-01-069-35/+33
| | | | | | | The new 'LEAN' variant of liveslak is a 1.5 GB ISO, containing basic but powerful XFCE and Plasma5 desktop environments. Useful if you want a small-ish Live OS but you feel that the XFCE ISO is too seveery stripped for your purposes.
* Fix /etc/localtime file, needs to be a symlink Eric Hameleers2021-01-062-10/+7
|
* DAW: updated package lists and fixing menu icon display Eric Hameleers2021-01-061-3/+3
|
* Some cosmetic changes to comments Eric Hameleers2021-01-061-3/+3
|
* Further updates for the PLASMA5 to KTOWN rename Eric Hameleers2021-01-062-9/+9
|
* PLASMA5 variant renamed to KTOWN Eric Hameleers2021-01-065-17/+14
| | | | | | | Since Plasma5 is now actually a part of Slackware, renaming the old PLASMA5 variant to KTOWN signals where these packages are coming from. The KTOWN variant will be used again once new development of ktown packages commences (perhaps offering Plasma6).
* Slackware Live Edition: version 1.3.8.31.3.8.3 Eric Hameleers2020-12-301-1/+1
| | | | | | | | Small version bump needed for a re-spin of the DAW ISO. The new kernel enabled a PC Speaker driver which grabbed the default hardware device and JACK does not work with it. Patrick has now blacklisted snd-pcsp in the eudev package, and all is well again.
* Slackware Live Edition: version 1.3.8.21.3.8.2 Eric Hameleers2020-12-281-1/+1
|
* DAW: make all plugins available to the user Eric Hameleers2020-12-281-0/+6
|
* Fix logic error in finding package full name from its basename Eric Hameleers2020-12-281-1/+1
|