summaryrefslogtreecommitdiffstats
path: root/media (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-26liveinit.tpl: add support for persistence on local non-live harddisks Eric Hameleers1-35/+160
The syntax for the 'persistence' boot parameter has been extended. The persistence directory/container no longer needs to be in the root of the filesystem; you can specify an absolute path. Additionally, you can specify the partition containing the filesystem on which the persistence is located, or simply specify 'scandev', to request that liveslak tries to find the partition for you: persistence=/dev/sdX:/path/to/mypersistence persistence=scandev:/path/to/mypersistence In addition, a UUID or LABEL value of the filesystem will be accepted: persistence=cd68b6f5-5b5a-4d27-9649-7827489f94a5:/path/to/mypersistence This functionality will be useful if you need the persistence directory or container to be located somewhere else than on the Live USB stick, for instance on a local hard disk partition. Useful for network (PXE) boot because the overlayfs does not support a writable upper layer of your live filesystem over NFS. If you still want to offer persistence to users of PXE-booted Slackware Live, you can now use the local harddisk partitions or a local USB stick for persistence.
2021-10-26Add virtio modules to the live initrd for better support in VM's Eric Hameleers2-4/+6
2021-10-26iso2usb.sh: support lzip-ed initrd. Better listing of tool requirements Eric Hameleers1-1/+3
2021-10-26Update the documentation and grub/syslinux help texts Eric Hameleers5-10/+52
2021-10-13Update custom pkglists with the new Slackware packages Eric Hameleers3-0/+5
2021-10-13Pkglists: remove freerdp from 'alien' since that is now part of Slackware Eric Hameleers1-1/+1
2021-10-13Multilib: update the package set Eric Hameleers1-0/+2
2021-10-13Default answer for slackpkg actions should be 'yes' Eric Hameleers1-2/+2
2021-09-10README.txt: document usage of /liveslak/slackware_os.cfg Eric Hameleers1-0/+20
This functionality has been present for more than three years already, but was never properly documented. Fixing that now.
2021-09-10XDM: show asterisks during password entry Eric Hameleers1-0/+1
2021-09-08XFCE: fiddle a bit with firefox vs seamonkey default settings Eric Hameleers1-2/+26
2021-09-08Cosmetics Eric Hameleers1-1/+1
2021-09-08XFCE: don't add pidgin, keeps the ISO size below 700M Eric Hameleers1-1/+1
2021-09-08XDM: allow passwordless login Eric Hameleers1-0/+1
2021-09-08Slackware Live Edition: version 1.3.101.3.10 Eric Hameleers1-1/+1
2021-09-08Allow for empty password for the live and root accounts Eric Hameleers2-3/+18
2021-09-08Remove a duplicate libsodium Eric Hameleers1-1/+0
2021-09-08Add pinentry as a dependency of gpg2 (XFCE, DAW, LEAN) Eric Hameleers1-0/+1
2021-09-08DAW: add several more VCV Rack module kits Eric Hameleers1-0/+8
2021-08-15DAW, LEAN, XFCE: add libsodium as new dep for vim Eric Hameleers2-0/+2
2021-08-13Slackware Live Edition: version 1.3.9.61.3.9.6 Eric Hameleers1-1/+1
2021-08-13Fix some indentation (tabs to spaces) Eric Hameleers1-3/+3
2021-08-13Update the package lists for MATE, multilib and system Eric Hameleers3-0/+3
New packages: gtksourceview4 (MATE) and liburing (new dep for mariadb)
2021-07-28DAW/LEAN: add editorconfig-core-c as new dependency for kate/kwrite Eric Hameleers1-0/+1
2021-07-16Slackware Live Edition: version 1.3.9.51.3.9.5 Eric Hameleers1-1/+1
2021-07-10Blacklist seamonkey from the DAW & LEAN ISOs, we use firefox there Eric Hameleers1-1/+3
2021-07-10XFCE/LEAN/DAW: some package shuffling to keep the XFCE image below 700 MB Eric Hameleers3-5/+7
And switching from firefox to seamonkey in the XFCE ISO
2021-07-10DAW: update the package list with new applications Eric Hameleers1-0/+7
2021-06-16DAW: add rosegarden and lilypond Eric Hameleers1-0/+5
2021-06-16Slackware Live Edition: version 1.3.9.41.3.9.4 Eric Hameleers1-1/+1
2021-06-16Refresh package lists used for DAW LEAN and XFCE Eric Hameleers2-0/+4
2021-06-16Try to reduce ISO size a bit through more zstd compression Eric Hameleers1-1/+1
2021-05-05XFCE, LEAN, DAW variants: add libgnt as new dependency for pidgin Eric Hameleers1-0/+1
2021-05-05README.txt updates Eric Hameleers1-2/+3
2021-05-05liveinit.tpl: add mount options also found in Slackware's own init Eric Hameleers1-2/+2
2021-04-17XFCE: vid.stab is a new dependency of geeqie Eric Hameleers1-0/+1
2021-04-07Slackware Live Edition: version 1.3.9.31.3.9.3 Eric Hameleers1-1/+1
2021-04-07DAW: update package list Eric Hameleers1-0/+1
2021-04-07XFCE: update 'xapbase' package list Eric Hameleers1-0/+1
2021-04-07MATE: update package list Eric Hameleers1-0/+1
2021-04-07Fix test syntax in iso2usb.sh Eric Hameleers1-2/+2
2021-03-06Change domain 'example.net' to 'home.arpa' following RFC8375 Eric Hameleers3-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.
2021-03-06alien packages: change keepassx to keepassxc Eric Hameleers1-1/+1
2021-02-20NetworkManager dhcp client configuration is now in conf.d subdirectory Eric Hameleers1-1/+1
2021-02-16Slackpkg+: use temporary URL for version working with Slackware 15.0_alpha1 Eric Hameleers1-2/+8
2021-02-16Multilib: remove second instance of cups-compat32 Eric Hameleers1-1/+0
2021-02-15Multilib module: use correct new name for glibc-solibs Eric Hameleers1-1/+1
2021-02-15Slackware Live Edition: version 1.3.9.11.3.9.1 Eric Hameleers1-2/+2
2021-02-15New slackpkg installs a mirrors file with incorrect mirror enabled Eric Hameleers1-0/+2
2021-02-15Silence a few harmless error messages from chpasswd Eric Hameleers1-5/+5
We will catch the error anyway and invoke chpasswd with different syntax.