summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* make_slackware_live.sh: fix a typo enabling custom wallpaper Eric Hameleers2022-12-231-1/+1
* Ensure that color Emojis work in Qt applications Eric Hameleers2022-12-041-0/+27
* Slackware Live Edition: version 1.6.0.11.6.0.1 Eric Hameleers2022-09-041-1/+1
* Slackware Live Edition: version 1.6.01.6.0 Eric Hameleers2022-08-151-1/+1
* Full support for Ventoy; encrypted OS persistence/homedirectory for ISO boot...New features: Ventoy is now fully supported. Liveslak implements the "Ventoy-compatible" guideline. There is nothing you have to do, this works out of the box. When you are booting from an ISO file (whether via Ventoy, or through your own hand-crafted Grub menu entry, or Windows BCD), Operating System persistence and an encrypted homedirectory are now supported, as well as the ability to load additional live modules (as 'addons' or 'optional') that are not part of the ISO. All of this is possible without the need for any modification to the ISO image. The configuration is stored in a file next to the ISO. A new script, "isocomp.sh" aka the ISO Companion script, has been added. Like with all of my scripts, it accepts a "--help" parameter which will show you how to use it. This script allows you to: - create encrypted containers for OS persistence and a persistent homedirectory (actually not just for /home but you can create as many containers as fit on the disk and mount them wherever you want) - size extension of existing encrypted containers if they threaten to run out of space - creating a secondary liveslak root on the disk partition where you can add more (optional/add-on) live modules that you need in the Live OS but are not contained in the ISO The configuration of these new features is stored in a file with the same name and full path as the ISO file but with a ".cfg" file extension instead of ".iso". The "isocomp.sh" script manages this configuration file for you, but you can safely edit and modify it manually if you want to. The "isocomp.sh" script will leave your customizations alone. Here is an example of such a configuration file; it is copied from my own Ventoy disk, for a Slackware LEAN Live ISO image: LIVESLAKROOT=/liveslak LUKSVOL=/liveslak/myhome.icc:/home ISOPERSISTENCE=/liveslak/persistence.icc TZ=Europe/Amsterdam LIVE_HOSTNAME=zelazny I added the variables "TZ" and "LIVE_HOSTNAME" manually by opening the configuration file in an editor. The following variables are supported in the isocomp configuration file, but not managed by "isocomp.sh"; they all correspond to liveslak boot parameters by the way: BLACKLIST, KEYMAP, LIVE_HOSTNAME, LOAD, LOCALE, NOLOAD, RUNLEVEL, TWEAKS, TZ and XKB. The value of the "LUKSVOL" variable can hold multiple "containerfile:mountpoint" definitions, separated by commas. The variable "LIVESLAKROOT" defines the root of a secondary liveslak directory tree on your disk. Eric Hameleers2022-08-151-1/+4
* Slackware Live Edition: version 1.5.41.5.4 Eric Hameleers2022-08-141-1/+1
* Add 'exfat' kernel module to the live initrd Eric Hameleers2022-08-021-1/+1
* Slackware Live Edition: version 1.5.31.5.3 Eric Hameleers2022-07-101-1/+1
* 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
* 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
* Support booting from Realtech SD card reader...Adding rtsx_pci:rtsx_pci_sdmmc modules to the initrd. Eric Hameleers2022-05-141-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
* Slackware Live Edition: version 1.5.21.5.2 Eric Hameleers2022-02-071-1/+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-041-1/+1
* 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
* 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-201-1/+1
* 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...The non-SMP kernels refuse to start the init script in initramfs since 5.15.x Eric Hameleers2021-12-201-2/+9
* 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...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. Eric Hameleers2021-11-081-2/+193
* DAW, LEAN, XFCE: tweak package lists and blacklists...Goal is to keep the XFCE image below 700 MB (CDROM size) while adding programs that are needed. Eric Hameleers2021-11-071-1/+1
* Slackware Live Edition: version 1.4.0.2...Micro version bump for the DAW Live ISO respin to address icu4c and llvm library updates in -current, 1.4.0.2 Eric Hameleers2021-11-011-1/+1
* 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...Using rc.local to post-configure the kernel was nice, but this solution is cleaner and less lines of code. Eric Hameleers2021-10-291-11/+12
* Slackware Live Edition: version 1.4.0.1...Micro version bump for the DAW Live ISO, which will get a full pre-emptive kernel. 1.4.0.1 Eric Hameleers2021-10-281-1/+1
* Use the installed kernel-modules instead of looking (again) for the pkg...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. Eric Hameleers2021-10-281-20/+6
* DAW: enable full pre-emptive mode in the kernel...Note: this was enabled in kernel 5.14.15 in Slackware-current. On older / non-preemptive kernels the above will do nothing. Eric Hameleers2021-10-281-0/+10
* 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