Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-08-12 | LEAN: add two new wallpaper background images from my photo library | Eric Hameleers | 2 | -0/+0 | |
2022-08-12 | alien pkglist: re-enable icedtea-web, switch openjdk to openjdk11 | Eric Hameleers | 1 | -2/+2 | |
2022-08-12 | DAW,LEAN,XFCE: libxcvt is a new runtime dependency for xorg-server | Eric Hameleers | 1 | -0/+1 | |
2022-08-02 | liveinit: use 'persistence' instead of ${PERSISTENCE} here | Eric Hameleers | 1 | -2/+2 | |
Because the used $PERSISTENCE value can have a pathname component, and the custom naming does not add value anyway. | |||||
2022-08-02 | liveinit: some prettifying of comments | Eric Hameleers | 1 | -6/+14 | |
Helps visually dividing the script in sections | |||||
2022-08-02 | liveinit: fix a logic error | Eric Hameleers | 1 | -1/+1 | |
Parameter values should only be set from ${DISTRO}_os.cfg if they have not already been dedfined by commandline parameters. | |||||
2022-08-02 | live init: optionally specify RAM % to use in the 'toram' parameter | Eric Hameleers | 1 | -5/+21 | |
toram= Generic syntax: toram=type[,memperc] - type: string value; os,core,all,none - memperc: integer value, percentage RAM to reserve for liveslak You can use a 'memperc' value for the 'toram' parameter to change the percentage RAM used by liveslak, which is 50% of all available RAM for normal operation. For instance when you have 128 GB of RAM, you can specify a much lower percentage to be reserved for liveslak. RAM will specifically be used if you run liveslak without persistence, which means that any changes are accumulating in RAM instead of on-disk. Example: Give liveslak ~6 GB (5%) to run the OS on a computer with 128 GB of RAM: 'toram=none,5' | |||||
2022-08-02 | liveinit: start ash bash-compatible and save init debug output to file | Eric Hameleers | 1 | -2/+12 | |
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. | |||||
2022-08-02 | iso2usb.sh:better info for the user in 'help' output about persistent data | Eric Hameleers | 1 | -0/+2 | |
Persistent data will not be migrated when switching from a persistence directory to a persistence container file. | |||||
2022-08-02 | Add 'exfat' kernel module to the live initrd | Eric Hameleers | 2 | -2/+2 | |
2022-08-02 | XFCE: fix the network applet | Eric Hameleers | 3 | -2/+3 | |
This needed libindicator, libappindicator in x_base instead of z00_plasma5supp. I also added ntfs-3g on request. | |||||
2022-07-13 | liveinit: add support for ISO boot under Ventoy USB boot manager | Eric Hameleers | 1 | -2/+21 | |
2022-07-13 | On boot, inform user about the amount of seconds of rootdelay | Eric Hameleers | 1 | -0/+1 | |
2022-07-13 | Update copyright years in iso2usb.sh, liveinit.tpl, upslak.sh | Eric Hameleers | 3 | -3/+3 | |
2022-07-13 | DAW,LEAN, XFCE: libsoup3 is a new package in '-current | Eric Hameleers | 1 | -0/+1 | |
2022-07-10 | Slackware Live Edition: version 1.5.31.5.3 | Eric Hameleers | 1 | -1/+1 | |
2022-07-10 | README.txt updated for the upcoming liveslak release | Eric Hameleers | 1 | -5/+5 | |
2022-07-10 | Add 'waste' trimming form, less intrusive than 'bloat' | Eric Hameleers | 1 | -6/+9 | |
In particular, trimming 'waste' will not remove lots of dynamic and static libraries, which 'bloat' will do for you. | |||||
2022-07-10 | Package blacklists are not needed at the moment, comment them out | Eric Hameleers | 1 | -3/+3 | |
2022-07-10 | LEAN: add compilers and related utilities | Eric Hameleers | 1 | -1/+1 | |
2022-07-10 | Remove an empty line at the end of file | Eric Hameleers | 1 | -1/+0 | |
2022-07-10 | Move packages from z00_plasma5supp back into the basic modules for XFCE | Eric Hameleers | 6 | -34/+46 | |
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. | |||||
2022-07-10 | fdk-aac was renamed to libdfk-aac which is the name used by SBo | Eric Hameleers | 1 | -0/+1 | |
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. | |||||
2022-07-07 | DAW, LEAN: add fcitx, ibus support | Eric Hameleers | 1 | -0/+25 | |
2022-07-07 | DAW: add soundfont-unison | Eric Hameleers | 1 | -0/+1 | |
2022-07-07 | New Plasma package: oxygen-sounds | Eric Hameleers | 2 | -0/+2 | |
2022-07-07 | New background for LEAN variant: ruwenberg | Eric Hameleers | 2 | -1/+1 | |
2022-06-10 | DAW: re-enable frescobaldi, add its new dependency qpageview | Eric Hameleers | 1 | -2/+2 | |
2022-06-09 | DAW, LEAN, XFCE: bind picked up jemalloc as a new dependency | Eric Hameleers | 1 | -0/+1 | |
2022-05-18 | LEAN, DAW: fix changing the default Plasma wallpaper | Eric Hameleers | 1 | -1/+8 | |
Frameworks 5.94.0 changed the file where the value of the 'defaultWallpaperTheme' property is defined. | |||||
2022-05-14 | Slackware Live Edition: version 1.5.2.11.5.2.1 | Eric Hameleers | 1 | -1/+1 | |
2022-05-14 | liveinit: remount live media read-only when running from RAM | Eric Hameleers | 1 | -0/+2 | |
This so that the live medium can be ejected after booting. | |||||
2022-05-14 | Support booting from Realtech SD card reader | Eric Hameleers | 2 | -2/+2 | |
Adding rtsx_pci:rtsx_pci_sdmmc modules to the initrd. | |||||
2022-04-20 | Fix small typo in README | Eric Hameleers | 1 | -1/+1 | |
Thanks to Juan Fernandez for reporting. | |||||
2022-03-24 | Fix the missing qjackctl autostart | Eric Hameleers | 1 | -1/+1 | |
2022-03-24 | Update of CA certificates should happen before running slackpkg | Eric Hameleers | 1 | -3/+5 | |
2022-03-24 | DAW, LEAN, XFCE: refreshed the package list | Eric Hameleers | 2 | -0/+3 | |
This fixes 'slackpkg update gpg' among others. | |||||
2022-03-24 | DAW: refresh of the package list | Eric Hameleers | 1 | -0/+1 | |
2022-03-24 | Multilib: refresh of the package list | Eric Hameleers | 1 | -0/+1 | |
2022-02-07 | Slackware Live Edition: version 1.5.21.5.2 | Eric Hameleers | 1 | -1/+1 | |
2022-02-07 | pxeserver: also check NetworkManager internal dhcp client | Eric Hameleers | 1 | -3/+16 | |
2022-02-07 | Multilib module: add pipewire-compat32 | Eric Hameleers | 1 | -0/+1 | |
2022-02-04 | Fix "-s" parameter to make_slackware_live.sh | Eric Hameleers | 1 | -1/+4 | |
Thanks to GigglesUK for pointing it out. | |||||
2022-02-04 | DAW: address qjackctl desktop filename change | Eric Hameleers | 1 | -2/+7 | |
2022-02-04 | KMODS: add "uas" module to the initrd | Eric Hameleers | 2 | -2/+2 | |
2022-02-04 | Slackware Live Edition: version 1.5.1.51.5.1.5 | Eric Hameleers | 1 | -2/+2 | |
To accompany the release of Slackware 15.0 stable! | |||||
2022-02-04 | Update file list for /usr/doc/slackware-15.0/ | Eric Hameleers | 1 | -1/+1 | |
2022-02-04 | Deal with a change in sudoers format | Eric Hameleers | 1 | -0/+3 | |
2022-01-21 | README: refreshed | Eric Hameleers | 1 | -8/+8 | |
2022-01-04 | multilib: refresh the compat32 package list | Eric Hameleers | 1 | -0/+10 | |