| Commit message (Expand) | Author | Files | Lines |
2024-04-03 | upslak.sh : textual polish | Eric Hameleers | 1 | -1/+1 |
2024-04-03 | upslak.sh : a local variable should be global since it is used elsewhere | Eric Hameleers | 1 | -1/+1 |
2024-04-03 | Update the package lists to keep up with the evolution of -current | Eric Hameleers | 5 | -4/+10 |
2024-01-12 | Fix missing quotes...Thanks Brent Earl
| Eric Hameleers | 1 | -1/+1 |
2024-01-07 | Slackware Live Edition: version 1.8.1.11.8.1.1 | Eric Hameleers | 1 | -1/+1 |
2024-01-07 | liveinit: code polish | Eric Hameleers | 1 | -11/+11 |
2024-01-07 | liveinit: move partition scan into a new function for potential reuse | Eric Hameleers | 1 | -19/+37 |
2024-01-07 | Use full path to program in chroot | Eric Hameleers | 1 | -1/+1 |
2024-01-07 | Add pkg-config to noxbase - used to determine version of pipewire | Eric Hameleers | 1 | -0/+1 |
2024-01-07 | Multilib: add new dependencies for gstreamer plugins | Eric Hameleers | 1 | -0/+7 |
2024-01-03 | Fix creation of 32bit ISOS based on slackware-current | Eric Hameleers | 1 | -3/+5 |
2024-01-02 | Replace pulseaudio (and jack2) with pulseaudio if its version is atleast 1...Check pipewire version before enabling it. Also enable it in all variants,
not just the KDE Plasma based ones.
| Eric Hameleers | 1 | -6/+10 |
2023-12-24 | Slackware Live Edition: version 1.8.11.8.1 | Eric Hameleers | 1 | -1/+1 |
2023-12-24 | Make pipewire the default audio server if it is supported by Slackware | Eric Hameleers | 1 | -0/+6 |
2023-12-24 | SDDM: sort-of document what may be needed to start it using Wayland...Currently not working and commented-out, but we'll figure it out.
| Eric Hameleers | 1 | -0/+13 |
2023-12-24 | Only the old Qt5 based Wayland session was non-functional | Eric Hameleers | 1 | -1/+1 |
2023-12-24 | Generalize where useful: Plasma5 or Plasma6 are all Plasma | Eric Hameleers | 1 | -12/+13 |
2023-12-24 | KTOWN: decrease verbosity during initial stage of the boot | Eric Hameleers | 1 | -1/+1 |
2023-12-24 | KTOWN: make the ISO slightly smaller by omitting Emacs | Eric Hameleers | 1 | -1/+1 |
2023-12-24 | KTOWN: add a winter-themed background for the occasion of Plsama6 Beta2 | Eric Hameleers | 2 | -0/+1 |
2023-12-24 | KTOWN: switch repo from 'latest' to 'testing' | Eric Hameleers | 1 | -1/+3 |
2023-12-24 | KTOWN: update the package list for Plasma6 | Eric Hameleers | 3 | -290/+396 |
2023-12-24 | SecureBoot: update 3rd party shim version numbers | Eric Hameleers | 1 | -6/+6 |
2023-12-24 | DAW, LEAN: update the base Plasma5 package list | Eric Hameleers | 1 | -0/+4 |
2023-12-24 | MULTILIB: update the package list | Eric Hameleers | 1 | -0/+1 |
2023-12-24 | CINNAMON: update the package list | Eric Hameleers | 1 | -0/+3 |
2023-12-24 | XDM: choose different graphical sessions using function keys...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.
| Eric Hameleers | 1 | -0/+17 |
2023-09-18 | Move jansson package from xapbase to noxbase...The mtr tool depends on it. When booting the Console OS (min and noxbase
modules only) the jansson library is not found
| Eric Hameleers | 2 | -1/+3 |
2023-09-18 | README.txt: updated for liveslak 1.8.0 | Eric Hameleers | 1 | -14/+23 |
2023-09-17 | Slackware Live Edition: version 1.8.01.8.0 | Eric Hameleers | 1 | -1/+1 |
2023-09-17 | Fix pxeserver and expand its functionality...- 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.
| Eric Hameleers | 2 | -28/+107 |
2023-09-17 | Create 24 point Grub font from DejaVu Sans Mono Regular TTF file...We already had several smaller font sizes, perhaps liveslak will use
this larger font someday.
| Eric Hameleers | 1 | -1/+1 |
2023-09-17 | Fix harmless warning about missing dhcpcd account during PXE boot | Eric Hameleers | 1 | -0/+6 |
2023-09-17 | Prevent useless re-mounting of squashfs and overlay filesystems...This is not necessary, annoying and pollutes the screen during boot-up.
| Eric Hameleers | 1 | -0/+4 |
2023-09-17 | Add Cloudflare DNS (1.1.1.1) to resolv.conf...Just because Google is not everything.
| Eric Hameleers | 1 | -0/+1 |
2023-09-17 | make_slackware_live.sh: move KAPPEND definition to an earlier position...The pxeserver.tpl will start using @KAPPEND@ template, so the $KAPPEND
variable needs to be defined when we get there.
| Eric Hameleers | 1 | -5/+5 |
2023-09-17 | MIN package list: add tmux...Some people prefer tmux over screen, moreso because other distros seem
to only ship tmux and omit screen. Why?
| Eric Hameleers | 1 | -0/+1 |
2023-09-17 | liveinit: fix shutdown/reboot for PXE clients...This needed some changes because the Slackware rc.0 and rc.6 scripts have
evolved and my old hacks no longer worked.
| Eric Hameleers | 1 | -5/+8 |
2023-09-17 | liveinit: dhcpcd puts its PID in different places each release | Eric Hameleers | 1 | -1/+3 |
2023-09-17 | UEFI boot: let's give GRUB some more font sizes to work with | Eric Hameleers | 1 | -0/+2 |
2023-09-17 | Fix UEFI boot when ISO was dd-ed to USB thumbdrive...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.
| Eric Hameleers | 2 | -1/+3 |
2023-09-10 | Several enhancements to LUKS containers and their support scripts...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.
| Eric Hameleers | 7 | -235/+923 |
2023-09-10 | setup2hd: when installing liveslak to hd, add some more customizations | Eric Hameleers | 1 | -3/+5 |
2023-09-10 | DAW/LEAN: Wayland graphical sessions are not supported here | Eric Hameleers | 1 | -0/+5 |
2023-09-10 | make_slackware_live.sh: small cosmetic changes in the help text | Eric Hameleers | 1 | -1/+2 |
2023-09-10 | grub: path in grub-embedded.cfg is configurable | Eric Hameleers | 1 | -1/+4 |
2023-09-10 | LEAN: add a new Plasma background with a dark theme | Eric Hameleers | 4 | -1/+15 |
2023-09-10 | pkglists: add several packages that were recently added to Slackware | Eric Hameleers | 6 | -0/+16 |
2023-08-19 | Fix broken behaviour with '-C' parameter in corner cases | Eric Hameleers | 1 | -1/+2 |
2023-08-19 | setup2hd: sync with changes in Slackware's own setup scripts | Eric Hameleers | 2 | -9/+17 |