summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* liveinit: start ash bash-compatible and save init debug output to file...When the value of 'debug' parameter is equal to or greater than '2', the init script enables 'set -x' which results in verbose output of init script execution. When the 'ash' shell is started as '/bin/sh' instead of '/bin/ash', it enables bash-compatible mode. Then the script can use 'BASH_XTRACEFD' to log the verbose script output to a file '/debug_init.log'. This is extremely useful for init debugging. Logging to file is enabled when the value of 'debug' is '4' or higher. When you boot with 'debug=4, you will end up in the rescue shell of the initrd. You can then inspect '/debug_init.log' to diagnose issues with the boot-up, and you can copy that logfile for instance to /mnt/overlay/root/ if you want to preserve it. After typing 'exit', the live init will hand-over to the Slackware OS initialization and after logging in you can copy the logfile to a network location if you want. Eric Hameleers2022-08-021-2/+12
* iso2usb.sh:better info for the user in 'help' output about persistent data...Persistent data will not be migrated when switching from a persistence directory to a persistence container file. Eric Hameleers2022-08-021-0/+2
* Add 'exfat' kernel module to the live initrd Eric Hameleers2022-08-022-2/+2
* XFCE: fix the network applet...This needed libindicator, libappindicator in x_base instead of z00_plasma5supp. I also added ntfs-3g on request. Eric Hameleers2022-08-023-2/+3
* liveinit: add support for ISO boot under Ventoy USB boot manager Eric Hameleers2022-07-131-2/+21
* On boot, inform user about the amount of seconds of rootdelay Eric Hameleers2022-07-131-0/+1
* Update copyright years in iso2usb.sh, liveinit.tpl, upslak.sh Eric Hameleers2022-07-133-3/+3
* DAW,LEAN, XFCE: libsoup3 is a new package in '-current Eric Hameleers2022-07-131-0/+1
* Slackware Live Edition: version 1.5.31.5.3 Eric Hameleers2022-07-101-1/+1
* README.txt updated for the upcoming liveslak release Eric Hameleers2022-07-101-5/+5
* Add 'waste' trimming form, less intrusive than 'bloat'...In particular, trimming 'waste' will not remove lots of dynamic and static libraries, which 'bloat' will do for you. Eric Hameleers2022-07-101-6/+9
* Package blacklists are not needed at the moment, comment them out Eric Hameleers2022-07-101-3/+3
* LEAN: add compilers and related utilities Eric Hameleers2022-07-101-1/+1
* Remove an empty line at the end of file Eric Hameleers2022-07-101-1/+0
* Move packages from z00_plasma5supp back into the basic modules for XFCE...Now that we abandon the 703 MB (CDROM) capacity limit for the XFCE ISO, some of the packages that used to be included only in DAW and LEAN can again also be included in XFCE. Eric Hameleers2022-07-106-34/+46
* fdk-aac was renamed to libdfk-aac which is the name used by SBo...Also, this package was moved from my regular to my 'restricted' repository since it contains an AAC encoder, which is patented code and therefore restrictions apply to where I can host the binaries. Eric Hameleers2022-07-101-0/+1
* DAW, LEAN: add fcitx, ibus support Eric Hameleers2022-07-071-0/+25
* DAW: add soundfont-unison Eric Hameleers2022-07-071-0/+1
* New Plasma package: oxygen-sounds Eric Hameleers2022-07-072-0/+2
* New background for LEAN variant: ruwenberg Eric Hameleers2022-07-072-1/+1
* DAW: re-enable frescobaldi, add its new dependency qpageview Eric Hameleers2022-06-101-2/+2
* DAW, LEAN, XFCE: bind picked up jemalloc as a new dependency Eric Hameleers2022-06-091-0/+1
* LEAN, DAW: fix changing the default Plasma wallpaper...Frameworks 5.94.0 changed the file where the value of the 'defaultWallpaperTheme' property is defined. Eric Hameleers2022-05-181-1/+8
* Slackware Live Edition: version 1.5.2.11.5.2.1 Eric Hameleers2022-05-141-1/+1
* liveinit: remount live media read-only when running from RAM...This so that the live medium can be ejected after booting. Eric Hameleers2022-05-141-0/+2
* Support booting from Realtech SD card reader...Adding rtsx_pci:rtsx_pci_sdmmc modules to the initrd. Eric Hameleers2022-05-142-2/+2
* Fix small typo in README...Thanks to Juan Fernandez for reporting. Eric Hameleers2022-04-201-1/+1
* Fix the missing qjackctl autostart Eric Hameleers2022-03-241-1/+1
* Update of CA certificates should happen before running slackpkg Eric Hameleers2022-03-241-3/+5
* DAW, LEAN, XFCE: refreshed the package list...This fixes 'slackpkg update gpg' among others. Eric Hameleers2022-03-242-0/+3
* DAW: refresh of the package list Eric Hameleers2022-03-241-0/+1
* Multilib: refresh of the package list Eric Hameleers2022-03-241-0/+1
* Slackware Live Edition: version 1.5.21.5.2 Eric Hameleers2022-02-071-1/+1
* pxeserver: also check NetworkManager internal dhcp client Eric Hameleers2022-02-071-3/+16
* Multilib module: add pipewire-compat32 Eric Hameleers2022-02-071-0/+1
* Fix "-s" parameter to make_slackware_live.sh...Thanks to GigglesUK for pointing it out. Eric Hameleers2022-02-041-1/+4
* DAW: address qjackctl desktop filename change Eric Hameleers2022-02-041-2/+7
* KMODS: add "uas" module to the initrd Eric Hameleers2022-02-042-2/+2
* Slackware Live Edition: version 1.5.1.5...To accompany the release of Slackware 15.0 stable! 1.5.1.5 Eric Hameleers2022-02-041-2/+2
* Update file list for /usr/doc/slackware-15.0/ Eric Hameleers2022-02-041-1/+1
* Deal with a change in sudoers format Eric Hameleers2022-02-041-0/+3
* README: refreshed Eric Hameleers2022-01-211-8/+8
* multilib: refresh the compat32 package list Eric Hameleers2022-01-041-0/+10
* DAW, LEAN, XFCE: add new dependency package to noxbase.lst Eric Hameleers2022-01-041-0/+1
* SeTfirewall.tpl: satisfy SCerovec's OCD. Eric Hameleers2022-01-041-1/+1
* contrib: enhance contrib/scripts/makemod_wine...Now it creates a more usable wine module including the previously missing FAudio and vkd3d packages from my own repository. Eric Hameleers2022-01-041-6/+16
* Slackware Live Edition: version 1.5.11.5.1 Eric Hameleers2021-12-201-1/+1
* Add an (optional) basic firewall configuration to setup2hd...The firewall will be configured and installed only when you use setup2hd to install the Live OS to your hard drive. The scripts are not particular to Slackware Live; you can easily copy the resulting files /usr/sbin/myfwconfig, /etc/rc.d/rc.firewall and /var/lib/pkgtools/setup/setup.firewall out of the installed system and use them anywhere on a Slackware-compatible OS. - The 'myfwconfig' script will ask a few simple questions and generate the ipv4 and ipv6 configuration in /etc/firewall/. - The 'rc.firewall' script will load/save its iptables/ip6tables configuration from /etc/firewall/ files. - The 'setup.firewall' script is a convenient way to call the firewall configurator from pkgtools or during Slackware's installation to harddisk. Eric Hameleers2021-12-204-1/+858
* setup2hd: small fixes Eric Hameleers2021-12-202-10/+5
* Make the boot of the LEAN ISO less verbose Eric Hameleers2021-12-201-0/+1