aboutsummaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-08-14Slackware Live Edition: version 1.5.41.5.4 Eric Hameleers1-1/+1
2022-08-02Add 'exfat' kernel module to the live initrd Eric Hameleers1-1/+1
2022-07-10Slackware Live Edition: version 1.5.31.5.3 Eric Hameleers1-1/+1
2022-07-10Add 'waste' trimming form, less intrusive than 'bloat' Eric Hameleers1-6/+9
In particular, trimming 'waste' will not remove lots of dynamic and static libraries, which 'bloat' will do for you.
2022-07-10Package blacklists are not needed at the moment, comment them out Eric Hameleers1-3/+3
2022-07-10LEAN: add compilers and related utilities Eric Hameleers1-1/+1
2022-05-18LEAN, DAW: fix changing the default Plasma wallpaper Eric Hameleers1-1/+8
Frameworks 5.94.0 changed the file where the value of the 'defaultWallpaperTheme' property is defined.
2022-05-14Slackware Live Edition: version 1.5.2.11.5.2.1 Eric Hameleers1-1/+1
2022-05-14Support booting from Realtech SD card reader Eric Hameleers1-1/+1
Adding rtsx_pci:rtsx_pci_sdmmc modules to the initrd.
2022-03-24Fix the missing qjackctl autostart Eric Hameleers1-1/+1
2022-03-24Update of CA certificates should happen before running slackpkg Eric Hameleers1-3/+5
2022-02-07Slackware Live Edition: version 1.5.21.5.2 Eric Hameleers1-1/+1
2022-02-04Fix "-s" parameter to make_slackware_live.sh Eric Hameleers1-1/+4
Thanks to GigglesUK for pointing it out.
2022-02-04DAW: address qjackctl desktop filename change Eric Hameleers1-2/+7
2022-02-04KMODS: add "uas" module to the initrd Eric Hameleers1-1/+1
2022-02-04Slackware Live Edition: version 1.5.1.51.5.1.5 Eric Hameleers1-2/+2
To accompany the release of Slackware 15.0 stable!
2022-02-04Update file list for /usr/doc/slackware-15.0/ Eric Hameleers1-1/+1
2022-02-04Deal with a change in sudoers format Eric Hameleers1-0/+3
2021-12-20Slackware Live Edition: version 1.5.11.5.1 Eric Hameleers1-1/+1
2021-12-20Add an (optional) basic firewall configuration to setup2hd Eric Hameleers1-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.
2021-12-20Make the boot of the LEAN ISO less verbose Eric Hameleers1-0/+1
2021-12-20Add virtio_pci_modern_dev kernel module to the initrd Eric Hameleers1-1/+1
2021-12-20Install a SMP kernel by default in the 32bit ISO Eric Hameleers1-2/+9
The non-SMP kernels refuse to start the init script in initramfs since 5.15.x
2021-11-10fc-cache needs to be searched in the live filesystem Eric Hameleers1-1/+1
2021-11-09Allow for a package list that does not include X Eric Hameleers1-12/+14
2021-11-08Slackware Live Edition: version 1.5.01.5.0 Eric Hameleers1-1/+1
2021-11-08liveslak: add Secure Boot support to all 64bit ISOs Eric Hameleers1-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.
2021-11-07DAW, LEAN, XFCE: tweak package lists and blacklists Eric Hameleers1-1/+1
Goal is to keep the XFCE image below 700 MB (CDROM size) while adding programs that are needed.
2021-11-01Slackware Live Edition: version 1.4.0.21.4.0.2 Eric Hameleers1-1/+1
Micro version bump for the DAW Live ISO respin to address icu4c and llvm library updates in -current,
2021-10-29DAW: use kicker instead of kickoff, we want to have real menus Eric Hameleers1-0/+6
2021-10-29DAW, STUDIOWARE: make boot less verbose. Cleanup some commented lines Eric Hameleers1-13/+2
2021-10-29DAW, STUDIOWARE: enable full preemptive mode via kernel boot option Eric Hameleers1-11/+12
Using rc.local to post-configure the kernel was nice, but this solution is cleaner and less lines of code.
2021-10-28Slackware Live Edition: version 1.4.0.11.4.0.1 Eric Hameleers1-1/+1
Micro version bump for the DAW Live ISO, which will get a full pre-emptive kernel.
2021-10-28Use the installed kernel-modules instead of looking (again) for the pkg Eric Hameleers1-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.
2021-10-28DAW: enable full pre-emptive mode in the kernel Eric Hameleers1-0/+10
Note: this was enabled in kernel 5.14.15 in Slackware-current. On older / non-preemptive kernels the above will do nothing.
2021-10-28Provide a way to use packages in ./testing Eric Hameleers1-5/+29
2021-10-26Slackware Live Edition: version 1.4.01.4.0 Eric Hameleers1-1/+1
2021-10-26Add virtio modules to the live initrd for better support in VM's Eric Hameleers1-2/+3
2021-10-13Default answer for slackpkg actions should be 'yes' Eric Hameleers1-2/+2
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-08Slackware Live Edition: version 1.3.101.3.10 Eric Hameleers1-1/+1
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-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-06-16Slackware Live Edition: version 1.3.9.41.3.9.4 Eric Hameleers1-1/+1
2021-06-16Try to reduce ISO size a bit through more zstd compression Eric Hameleers1-1/+1
2021-04-07Slackware Live Edition: version 1.3.9.31.3.9.3 Eric Hameleers1-1/+1