summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Slackware Live Edition: version 1.3.8.21.3.8.2 Eric Hameleers2020-12-281-1/+1
|
* DAW: make all plugins available to the user Eric Hameleers2020-12-281-0/+6
|
* Fix logic error in finding package full name from its basename Eric Hameleers2020-12-281-1/+1
|
* DAW: some of the configuration has moved from liveslak to daw_base package Eric Hameleers2020-12-281-15/+30
|
* Attempt to let polkit treat 'wheel' group members as admins Eric Hameleers2020-12-281-0/+8
|
* Prefer ktown 'latest' to 'testing' repository Eric Hameleers2020-12-281-5/+5
| | | | The 'testing' repository is not guaranteed to be available.
* liveinit: fix a chown command Eric Hameleers2020-12-281-1/+1
|
* DAW: update package lists Eric Hameleers2020-12-283-4/+12
|
* Update liloconfig.patch to work with the latest -current change Eric Hameleers2020-12-281-41/+22
|
* Update helptexts for syslinux and grub boot screens Eric Hameleers2020-12-282-0/+16
|
* DAW: wallpaper images moved out of liveslak and into daw_base package Eric Hameleers2020-12-285-0/+0
|
* Contribute a sample script to create a Wine module for liveslak Eric Hameleers2020-12-141-0/+28
|
* Slackware Live Edition: version 1.3.8.11.3.8.1 Eric Hameleers2020-12-131-1/+1
|
* I like my konsole better with black text on white background Eric Hameleers2020-12-131-0/+9
|
* Allow support scripts to use the LIVEUIDNR variable Eric Hameleers2020-12-131-0/+2
|
* DAW: package list files got renamed and their content restructured Eric Hameleers2020-12-131-2/+2
|
* setup2hd: fixes in post-installation routine for liveslak to hardisk Eric Hameleers2020-12-131-13/+14
|
* PLASMA5: update the .conf file to point to ktown again, for future use Eric Hameleers2020-12-131-5/+3
| | | | | | | Of course, a PLASMA5 ISO at this moment does not make sense, since KDE Plasma5 was recently added to Slackware itself. But in future, I may use the PLASMA5 Live ISO to test bleeding edge releases, like a Qt6 based Plasma6.
* DAW: re-arrange contents of the package lists needed for DAW Eric Hameleers2020-12-135-96/+138
|
* Remove package lists and confs that are no longer relevant Eric Hameleers2020-12-135-155/+0
|
* CINNAMON: update package list Eric Hameleers2020-12-131-0/+1
|
* SLACKWARE: there is no more kdei package series Eric Hameleers2020-12-081-1/+1
|
* XFCE packages are again taken from the core distro Eric Hameleers2020-12-081-20/+0
|
* Prepare for inclusion of Plasma5 into Slackware Eric Hameleers2020-12-071-5/+6
| | | | | | | Like with KDE4, apply the Plasma5 related configuration only (and always) in case a Plasma5 installation is detected. This de-couples it from supporting only specific variants like PLASMA5 or DAW, because SLACKWARE will include Plasma5 as well.
* Apply realtime configuration only for the DAW/STUDIOWARE variants Eric Hameleers2020-12-071-2/+2
|
* DAW: move the new 'LSP Plugins' menu below the "Slackware Live Daw" menu Eric Hameleers2020-12-061-0/+4
|
* Multilib: add l/gdk-pixbuf2-xlib package Eric Hameleers2020-12-061-0/+1
|
* Slackware Live Edition: version 1.3.81.3.8 Eric Hameleers2020-12-061-1/+1
|
* Add a patch for liloconfig in Slackware 14.2 Eric Hameleers2020-12-061-0/+819
| | | | | | | The make_slackware_live.sh script would abort on a failure to apply the current liloconfig patch to the older version found in Slackware 14.2. I still want to be able to support Slackware 14.2 with liveslak and this fixes it.
* README.txt updates to the documentation for liveslak Eric Hameleers2020-12-051-6/+12
|
* make_slackware_live.conf: add LIVEUIDFN example setting Eric Hameleers2020-12-051-0/+3
|
* Add getfattr to the live initrd, to read extended attributes Eric Hameleers2020-12-051-0/+6
| | | | The busybox does not (no longer?) have this tool.
* PLASMA5: start konsole with a login shell Eric Hameleers2020-12-051-0/+15
|
* Fix use of 'live' instead of '$LIVEUID' Eric Hameleers2020-12-051-1/+1
|
* PLASMA5: Remove broken/unwanted shortcuts (discover/konqueror) from taskbar Eric Hameleers2020-12-051-0/+5
|
* Only configure KDE4 if it is actually installed into the Live OS Eric Hameleers2020-12-051-43/+49
|
* Add a ~/.bashrc file for the user Eric Hameleers2020-12-051-0/+7
|
* Fix the help text for the '-t' parameter to make_slackware_live.sh Eric Hameleers2020-12-051-1/+1
|
* make_slackware_live.sh: expand the '-t' parameter functionality Eric Hameleers2020-12-051-34/+37
| | | | | | | | | | | | | | | | | | | | | | | | Add a new value 'bloat'. Possible values are now: -t <none|doc|mandoc|bloat> With the documentation: Trim the ISO (remove man and/or doc and/or bloat). The 'value 'doc' will cause most of the documentation to be removed (READMEs and LICENSE files will be retained). Using 'mandoc' will not just remove documentation but additionally all man pages from the ISO. The value 'bloat' removes a lot more, like static libraries, big shared libraries, un-needed binaries etc. This is what is used by default when the 'XFCE' live variant is built to ensure that the ISO size stays below 700MB. Note that from now on, you can build a XFCE ISO that has *nothing* pruned at all! This will increase the size of the ISO, but if you were not going to burn the ISO to a CDROM medium then that ISO size is not relevant anyway. Example commandline: # make_slackware_live.sh -d XFCE -t none -c zstd This will generate a XFCE ISO without any 'bloat' removed, and using 'zstd' compression instead of 'xz' which will increase the size with an additional 10% but will cause the Live OS to boot significantly faster due to faster decompression speeds of zstd.
* Add 'rtl_nic' to network firmware list for PXE boot from a NFS root Eric Hameleers2020-12-051-1/+1
|
* Add package blacklist per variant Eric Hameleers2020-12-051-1/+19
| | | | | | This was needed when new ibus based imput-methods were added to testing 'vtown' and all scim packages needed to be blacklisted. Also, fixed a syntax issue in the package installation function.
* XFCE: use mcpp as preprocessor to determine XDM login-box position Eric Hameleers2020-12-051-1/+9
| | | | | | | Since gcc was removed from the XFCE Live, but XDM needs a C Preprocessor in order to calculate the position of the login box on the screen, I added 'mcpp' as an external package. Mcpp is a small C preprocessor which is sufficiently compatible with cpp.
* Some minor script polish Eric Hameleers2020-12-051-9/+9
|
* setup2hd: major changes Eric Hameleers2020-12-059-70/+207
| | | | | | | | | | | | | - use $DIALOG instead of calling dialog; hopefully we can use Xdialog at some time - warn user if terminal is too small to display fdisk/gdisk interfaces - improve installation time of squashfs modules to harddisk with a factor 6, by using a different way to show progress - tweak dialogs so that they show less empty space - if possible, set sane default selections in menu's to make the installation process smoother - fix many small bugs in user account creation, password dialog, user config extraction, removal of redundant configuration questions etc
* XFCE: gparted needs polkit-gnome Eric Hameleers2020-12-051-0/+1
|
* DAW: add Slackware packages that were removed from the bare config Eric Hameleers2020-12-051-4/+17
|
* PLASMA5: migrate to the Slackware Plasma5 in testing 'vtown' Eric Hameleers2020-12-052-393/+258
|
* XFCE: point the 'xfcebase' package list towards testing 'vtown' location Eric Hameleers2020-12-051-0/+20
|
* XFCE: use the new XFCE release in testing/vtown Eric Hameleers2020-12-056-24/+52
| | | | | | | | | | The increased size of applications forced a decision to remove all development tools (glibc, gcc, make, bison, lex, llvm and the like) from the small XFCE image. In turn I was able to re-introduce a couple of programs that I had to prune during the years. To be honest, I have never used any of these development tools in the XFCE Live OS anyway. All removed development tools are now available in a separate package list called 'z01_swdev.lst' but this module is not built by default.
* Updated liloconfig patch Eric Hameleers2020-12-051-5/+210
| | | | | | | This update adds support for the combo of generic kernel plus initrd. It allows 'setup2hd' to install the XFCE Live to harddisk since that does not contain a huge kernel (which was a prior requirement for liloconfig to succeed in installing lilo).