summaryrefslogtreecommitdiffstats
path: root/skel (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-24Make pipewire the default audio server if it is supported by Slackware Eric Hameleers1-0/+6
2023-12-24SDDM: sort-of document what may be needed to start it using Wayland Eric Hameleers1-0/+13
Currently not working and commented-out, but we'll figure it out.
2023-12-24Only the old Qt5 based Wayland session was non-functional Eric Hameleers1-1/+1
2023-12-24Generalize where useful: Plasma5 or Plasma6 are all Plasma Eric Hameleers1-12/+13
2023-12-24KTOWN: decrease verbosity during initial stage of the boot Eric Hameleers1-1/+1
2023-12-24KTOWN: make the ISO slightly smaller by omitting Emacs Eric Hameleers1-1/+1
2023-12-24KTOWN: add a winter-themed background for the occasion of Plsama6 Beta2 Eric Hameleers2-0/+1
2023-12-24KTOWN: switch repo from 'latest' to 'testing' Eric Hameleers1-1/+3
2023-12-24KTOWN: update the package list for Plasma6 Eric Hameleers3-290/+396
2023-12-24SecureBoot: update 3rd party shim version numbers Eric Hameleers1-6/+6
2023-12-24DAW, LEAN: update the base Plasma5 package list Eric Hameleers1-0/+4
2023-12-24MULTILIB: update the package list Eric Hameleers1-0/+1
2023-12-24CINNAMON: update the package list Eric Hameleers1-0/+3
2023-12-24XDM: choose different graphical sessions using function keys Eric Hameleers1-0/+17
The XDM man page is a bit vague about this functionality but the default Xresources file which ships with xdm has the support added. I had removed it for liveslak but added it back in part now. When entering your credentials and pressing ENTER, still the default X11 session will be started. But now instead of ENTER, when you press: F1: failsafe session will be started. F2: kde session will be started. F3: xfce session will be started. F4: fvwm2 session will be started. F5: fluxbox session will be started.
2023-09-18Move jansson package from xapbase to noxbase Eric Hameleers2-1/+3
The mtr tool depends on it. When booting the Console OS (min and noxbase modules only) the jansson library is not found
2023-09-18README.txt: updated for liveslak 1.8.0 Eric Hameleers1-14/+23
2023-09-17Slackware Live Edition: version 1.8.01.8.0 Eric Hameleers1-1/+1
2023-09-17Fix pxeserver and expand its functionality Eric Hameleers2-28/+107
- PXE boot of a UEFI computer finally works. Note that if it does not work for you out of the box, look at the section where a section of 'dhcp-match' and 'dhcp-boot' lines is commented out. If you remove the comment characters from these 8 lines and instead, add a comment character '#' in front of the 'dhcp-match' and 'pxe-service' lines a bit higher up, your UEFI computer might actually succeed in booting over the network. - Optionally, the script can hide its PXE clients behind a NAT router in case external network is not accessible via normal routing. - Correct nmcli syntax is being used now... - Network interface will be de-configured when the script ends, likewise any NAT iptables rules will be removed afterwards.
2023-09-17Create 24 point Grub font from DejaVu Sans Mono Regular TTF file Eric Hameleers1-1/+1
We already had several smaller font sizes, perhaps liveslak will use this larger font someday.
2023-09-17Fix harmless warning about missing dhcpcd account during PXE boot Eric Hameleers1-0/+6
2023-09-17Prevent useless re-mounting of squashfs and overlay filesystems Eric Hameleers1-0/+4
This is not necessary, annoying and pollutes the screen during boot-up.
2023-09-17Add Cloudflare DNS (1.1.1.1) to resolv.conf Eric Hameleers1-0/+1
Just because Google is not everything.
2023-09-17make_slackware_live.sh: move KAPPEND definition to an earlier position Eric Hameleers1-5/+5
The pxeserver.tpl will start using @KAPPEND@ template, so the $KAPPEND variable needs to be defined when we get there.
2023-09-17MIN package list: add tmux Eric Hameleers1-0/+1
Some people prefer tmux over screen, moreso because other distros seem to only ship tmux and omit screen. Why?
2023-09-17liveinit: fix shutdown/reboot for PXE clients Eric Hameleers1-5/+8
This needed some changes because the Slackware rc.0 and rc.6 scripts have evolved and my old hacks no longer worked.
2023-09-17liveinit: dhcpcd puts its PID in different places each release Eric Hameleers1-1/+3
2023-09-17UEFI boot: let's give GRUB some more font sizes to work with Eric Hameleers1-0/+2
2023-09-17Fix UEFI boot when ISO was dd-ed to USB thumbdrive Eric Hameleers2-1/+3
Since early 2019, when you dd-ed or cp-ed a live ISO directly to a USB stick, and you booted from this stick on a UEFI computer, you would end up in the GRUB commandline, because $prefix would not be defined and GRUB would be unable to find its files. My 2019 modification fixed PXE boot but broke this specific case of UEFI boot. And now it has finally been fixed after I had a brain fart.
2023-09-10Several enhancements to LUKS containers and their support scripts Eric Hameleers7-235/+923
To name the most important: - The filesystem inside the containers is no longer limited to ext4 and can now be btrfs, ext2, ext4, f2fs, jfs or xfs. The scripts 'iso2usb.sh' and 'isocomp.sh' now support this filesystem choice via a new '-F' switch. - The 'upslak.sh' script can now extend the size of your home and persistence container files, in case you run out of storage there. - The internal functions used in 'iso2usb.sh' 'isocomp.sh' and 'upslak.sh' are mostly unified now, and I intend to split all functions off into a separate file which makes maintenance as well as adding new functionaliy easier. - The 'upslak.sh' script will now create a 'kernelmodules' squashfs module and copies it to liveslak's 'addons' directory after updating the boot kernel on the USB stick and the kernel-modules inside the initrd image. This way, you no longer end up with a broken Live OS if you forgot to install a Slackware kernel-modules package inside the persistent Live OS prior to running 'upslak.sh' with the '-k' and '-m' parameters. In addition, the README.txt was updated with these enhancements so that the liveslak documentation is again completely up to date.
2023-09-10setup2hd: when installing liveslak to hd, add some more customizations Eric Hameleers1-3/+5
2023-09-10DAW/LEAN: Wayland graphical sessions are not supported here Eric Hameleers1-0/+5
2023-09-10make_slackware_live.sh: small cosmetic changes in the help text Eric Hameleers1-1/+2
2023-09-10grub: path in grub-embedded.cfg is configurable Eric Hameleers1-1/+4
2023-09-10LEAN: add a new Plasma background with a dark theme Eric Hameleers4-1/+15
2023-09-10pkglists: add several packages that were recently added to Slackware Eric Hameleers6-0/+16
2023-08-19Fix broken behaviour with '-C' parameter in corner cases Eric Hameleers1-1/+2
2023-08-19setup2hd: sync with changes in Slackware's own setup scripts Eric Hameleers2-9/+17
2023-08-19upslak.sh: more detail about kernel/modules upgrade process in help text Eric Hameleers1-0/+6
2023-08-15Slackware Live Edition: version 1.7.0.11.7.0.1 Eric Hameleers1-1/+1
2023-08-15Fix broken support for Ventoy on UEFI computers Eric Hameleers3-2/+14
Changes in Slackware-current in March and May 2023 broke support for detection of Ventoy disk on UEFI computers. Liveslak's initrd needed to have efivarfs module added, so that /sys/firmware/efi/efivars can be mounted by the live init script. With kernel 6.x the content of what's found under efivars has changed - instead of being represented as a directory with the efi datastructures as files, liveslak now needs to deal with a single file instead and find the offset in there.
2023-08-08Make kdesu work again with sudo backend (using live password) Eric Hameleers1-0/+12
For kdesu to work with the sudo backend in KDE5 with newer versions of sudo (since 2022), we need to disable use_pty for kdesu. KDE5 fixed this in git on 04-aug-2023, see https://bugs.kde.org/show_bug.cgi?id=452532 but it does not hurt to implement the workaround in liveslak, as it helps to support older KDE releases. This is the KDE commit message, see https://invent.kde.org/frameworks/kdesu/-/commit/732dd812d67c7fa62bd187c1171950ca85259b0b : Recent versions of sudo have use_pty enabled by default, which means that sudo creates a PTY for starting the user process inside after successful authentication. This PTY inherits the configuration of sudo's TTY, but later changes are not transferred. Make sure that echo is already disabled when sudo is started, as disabling it later has no effect on the nested PTY.
2023-06-09Partition Manager needs kpmcore Eric Hameleers1-1/+1
2023-06-04makemod_wine: vkd3d is no longer an external dep for wine Eric Hameleers1-7/+7
2023-06-04Slackware Live Edition: version 1.7.01.7.0 Eric Hameleers1-1/+1
2023-06-04Cosmetic change to a comment Eric Hameleers1-1/+1
2023-06-04SLACKWARE: the fulll distro no longer fits on a DVD Eric Hameleers1-1/+3
Therefore, pruning starts for the SLACKWARE Live ISO. Too bad really. Removed are some packages that are relatively big and arbitrarily not used that much (quite a personal opinion of course).
2023-06-04Move some packages from Plasma5 support into no-X and X base modules Eric Hameleers3-3/+7
More and more, non-KDE software starts depending on packages that were introduced for KDE Plasma5.
2023-06-04XFCE: fix the XDM login screen Eric Hameleers1-0/+5
Input text for login and password was no longer visible.
2023-06-02DAW, LEAN, SLACKWARE: more detail in KDE Plasma System Info Eric Hameleers1-0/+6
Even when running -current, the KDE Info Center will show Slackware's stable version number. Therefore, add a line of text informing about the development status of Slackware -current when the ISO is based on it.
2023-06-02pxeserver: allow to cancel starting the PXE server after configuring Eric Hameleers1-1/+5