aboutsummaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add 'waste' trimming form, less intrusive than 'bloat' Eric Hameleers2022-07-101-6/+9
| | | | | In particular, trimming 'waste' will not remove lots of dynamic and static libraries, which 'bloat' will do for you.
* 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
|
* LEAN, DAW: fix changing the default Plasma wallpaper Eric Hameleers2022-05-181-1/+8
| | | | | Frameworks 5.94.0 changed the file where the value of the 'defaultWallpaperTheme' property is defined.
* Slackware Live Edition: version 1.5.2.11.5.2.1 Eric Hameleers2022-05-141-1/+1
|
* Support booting from Realtech SD card reader Eric Hameleers2022-05-141-1/+1
| | | | Adding rtsx_pci:rtsx_pci_sdmmc modules to the initrd.
* 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
|
* Slackware Live Edition: version 1.5.21.5.2 Eric Hameleers2022-02-071-1/+1
|
* Fix "-s" parameter to make_slackware_live.sh Eric Hameleers2022-02-041-1/+4
| | | | Thanks to GigglesUK for pointing it out.
* DAW: address qjackctl desktop filename change Eric Hameleers2022-02-041-2/+7
|
* KMODS: add "uas" module to the initrd Eric Hameleers2022-02-041-1/+1
|
* Slackware Live Edition: version 1.5.1.51.5.1.5 Eric Hameleers2022-02-041-2/+2
| | | | To accompany the release of Slackware 15.0 stable!
* 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
|
* Slackware Live Edition: version 1.5.11.5.1 Eric Hameleers2021-12-201-1/+1
|
* Add an (optional) basic firewall configuration to setup2hd Eric Hameleers2021-12-201-1/+1
| | | | | | | | | | | | | | | | 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.
* Make the boot of the LEAN ISO less verbose Eric Hameleers2021-12-201-0/+1
|
* Add virtio_pci_modern_dev kernel module to the initrd Eric Hameleers2021-12-201-1/+1
|
* Install a SMP kernel by default in the 32bit ISO Eric Hameleers2021-12-201-2/+9
| | | | The non-SMP kernels refuse to start the init script in initramfs since 5.15.x
* fc-cache needs to be searched in the live filesystem Eric Hameleers2021-11-101-1/+1
|
* Allow for a package list that does not include X Eric Hameleers2021-11-091-12/+14
|
* Slackware Live Edition: version 1.5.01.5.0 Eric Hameleers2021-11-081-1/+1
|
* liveslak: add Secure Boot support to all 64bit ISOs Eric Hameleers2021-11-081-2/+193
| | | | | | | | | | | | | | | | | | | | Read the updates in the README for more background and guidance. User notice: As a one-time action the very first time you boot a Secure Boot enabled liveslak ISO, you will have to enroll the liveslak certificate (/EFI/BOOT/liveslak.der) with which the Slackware boot-up binaries (grub and kernel) were signed into your computer's MOK (Machine Owner Key database). This enrollment request will show on-screen during initial boot, just follow the prompts to 'enroll from disk'. Afterwards the computer will reboot and from then on, your liveslak will boot without any user intervention on your Secure Boot computer. Note: liveslak uses Fedora's initial boot loader (the 'shim') which has been signed by Microsoft. In future we may get our own signed shim for liveslak and/or Slackware, but don't hold your breath.
* DAW, LEAN, XFCE: tweak package lists and blacklists Eric Hameleers2021-11-071-1/+1
| | | | | Goal is to keep the XFCE image below 700 MB (CDROM size) while adding programs that are needed.
* Slackware Live Edition: version 1.4.0.21.4.0.2 Eric Hameleers2021-11-011-1/+1
| | | | | Micro version bump for the DAW Live ISO respin to address icu4c and llvm library updates in -current,
* DAW: use kicker instead of kickoff, we want to have real menus Eric Hameleers2021-10-291-0/+6
|
* DAW, STUDIOWARE: make boot less verbose. Cleanup some commented lines Eric Hameleers2021-10-291-13/+2
|
* DAW, STUDIOWARE: enable full preemptive mode via kernel boot option Eric Hameleers2021-10-291-11/+12
| | | | | Using rc.local to post-configure the kernel was nice, but this solution is cleaner and less lines of code.
* Slackware Live Edition: version 1.4.0.11.4.0.1 Eric Hameleers2021-10-281-1/+1
| | | | | Micro version bump for the DAW Live ISO, which will get a full pre-emptive kernel.
* Use the installed kernel-modules instead of looking (again) for the pkg Eric Hameleers2021-10-281-20/+6
| | | | | | The old way was not wrong, until I added the possibility to liveslak to use a package in ./testing . This part of the code needed an overhaul as a result of that, and now it looks cleaner than before.
* DAW: enable full pre-emptive mode in the kernel Eric Hameleers2021-10-281-0/+10
| | | | | Note: this was enabled in kernel 5.14.15 in Slackware-current. On older / non-preemptive kernels the above will do nothing.
* Provide a way to use packages in ./testing Eric Hameleers2021-10-281-5/+29
|
* Slackware Live Edition: version 1.4.01.4.0 Eric Hameleers2021-10-261-1/+1
|
* Add virtio modules to the live initrd for better support in VM's Eric Hameleers2021-10-261-2/+3
|
* Default answer for slackpkg actions should be 'yes' Eric Hameleers2021-10-131-2/+2
|
* XFCE: fiddle a bit with firefox vs seamonkey default settings Eric Hameleers2021-09-081-2/+26
|
* Cosmetics Eric Hameleers2021-09-081-1/+1
|
* XFCE: don't add pidgin, keeps the ISO size below 700M Eric Hameleers2021-09-081-1/+1
|
* Slackware Live Edition: version 1.3.101.3.10 Eric Hameleers2021-09-081-1/+1
|
* Slackware Live Edition: version 1.3.9.61.3.9.6 Eric Hameleers2021-08-131-1/+1
|
* Fix some indentation (tabs to spaces) Eric Hameleers2021-08-131-3/+3
|
* Slackware Live Edition: version 1.3.9.51.3.9.5 Eric Hameleers2021-07-161-1/+1
|
* Blacklist seamonkey from the DAW & LEAN ISOs, we use firefox there Eric Hameleers2021-07-101-1/+3
|
* Slackware Live Edition: version 1.3.9.41.3.9.4 Eric Hameleers2021-06-161-1/+1
|
* Try to reduce ISO size a bit through more zstd compression Eric Hameleers2021-06-161-1/+1
|
* Slackware Live Edition: version 1.3.9.31.3.9.3 Eric Hameleers2021-04-071-1/+1
|
* Change domain 'example.net' to 'home.arpa' following RFC8375 Eric Hameleers2021-03-061-2/+2
| | | | | | | | | | | | | 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.
* NetworkManager dhcp client configuration is now in conf.d subdirectory Eric Hameleers2021-02-201-1/+1
|
* Slackware Live Edition: version 1.3.9.11.3.9.1 Eric Hameleers2021-02-151-2/+2
|