| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix use of 'live' instead of '$LIVEUID' | Eric Hameleers | 2020-12-05 | 1 | -1/+1 |
* | PLASMA5: Remove broken/unwanted shortcuts (discover/konqueror) from taskbar | Eric Hameleers | 2020-12-05 | 1 | -0/+5 |
* | Only configure KDE4 if it is actually installed into the Live OS | Eric Hameleers | 2020-12-05 | 1 | -43/+49 |
* | Add a ~/.bashrc file for the user | Eric Hameleers | 2020-12-05 | 1 | -0/+7 |
* | Fix the help text for the '-t' parameter to make_slackware_live.sh | Eric Hameleers | 2020-12-05 | 1 | -1/+1 |
* | make_slackware_live.sh: expand the '-t' parameter functionality...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.
| Eric Hameleers | 2020-12-05 | 1 | -34/+37 |
* | Add 'rtl_nic' to network firmware list for PXE boot from a NFS root | Eric Hameleers | 2020-12-05 | 1 | -1/+1 |
* | Add package blacklist per variant...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.
| Eric Hameleers | 2020-12-05 | 1 | -1/+19 |
* | XFCE: use mcpp as preprocessor to determine XDM login-box position...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.
| Eric Hameleers | 2020-12-05 | 1 | -1/+9 |
* | Some minor script polish | Eric Hameleers | 2020-12-05 | 1 | -9/+9 |
* | setup2hd: major changes...- 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
| Eric Hameleers | 2020-12-05 | 9 | -70/+207 |
* | XFCE: gparted needs polkit-gnome | Eric Hameleers | 2020-12-05 | 1 | -0/+1 |
* | DAW: add Slackware packages that were removed from the bare config | Eric Hameleers | 2020-12-05 | 1 | -4/+17 |
* | PLASMA5: migrate to the Slackware Plasma5 in testing 'vtown' | Eric Hameleers | 2020-12-05 | 2 | -393/+258 |
* | XFCE: point the 'xfcebase' package list towards testing 'vtown' location | Eric Hameleers | 2020-12-05 | 1 | -0/+20 |
* | XFCE: use the new XFCE release in testing/vtown...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.
| Eric Hameleers | 2020-12-05 | 6 | -24/+52 |
* | Updated liloconfig patch...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).
| Eric Hameleers | 2020-12-05 | 1 | -5/+210 |
* | Add greyscale icon for 'Install Slackware' shortcut on desktop | Eric Hameleers | 2020-12-05 | 1 | -0/+0 |
* | DAW: new background images and a new default image...Thanks to Sceptical C.
| Eric Hameleers | 2020-12-05 | 6 | -1/+1 |
* | DAW: add soxr as it is a dependency for audacity | Eric Hameleers | 2020-10-30 | 1 | -0/+1 |
* | XFCE: add new graphene package | Eric Hameleers | 2020-10-30 | 1 | -0/+1 |
* | Multilib module: add graphene | Eric Hameleers | 2020-10-30 | 1 | -0/+1 |
* | XFCE: add new dependencies for udisks2 | Eric Hameleers | 2020-10-29 | 1 | -0/+4 |
* | XFCE: remove hplip to keep ISO size below 703 MB | Eric Hameleers | 2020-10-29 | 1 | -1/+1 |
* | Slackware Live Edition: version 1.3.7.21.3.7.2 | Eric Hameleers | 2020-10-24 | 1 | -1/+1 |
* | setup2hd fixes and enhancements...DAW configuration is now properly copied
Extracting the Live OS to hard disk is roughly 10 times faster now,
after abandoning the fancy progress bar and just showing the rsync status.
Use an enhanced Slackware SeTpasswd to add a non-root user and set
the root password.
Various syntax and logic errors removed.
| Eric Hameleers | 2020-10-24 | 7 | -74/+78 |
* | os-prober is needed by setup2hd | Eric Hameleers | 2020-10-24 | 1 | -0/+1 |
* | Add the latest new 'compat32' packages | Eric Hameleers | 2020-10-24 | 1 | -0/+3 |
* | setup.liveslak needs to find SeTsource file to continue | Eric Hameleers | 2020-10-21 | 1 | -0/+1 |
* | Slackware Live Edition: version 1.3.7.11.3.7.1 | Eric Hameleers | 2020-10-20 | 1 | -1/+1 |
* | XFCE: use Firefox as the PDF viewer | Eric Hameleers | 2020-10-20 | 1 | -0/+10 |
* | Make the face icon customizable | Eric Hameleers | 2020-10-20 | 1 | -2/+9 |
* | Fix some erroneous occurrences of LIBDIRSUFFIX | Eric Hameleers | 2020-10-20 | 1 | -2/+2 |
* | DAW: many small improvements | Eric Hameleers | 2020-10-20 | 13 | -47/+169 |
* | Prevent the script from aborting early if no custom wallpaper is found | Eric Hameleers | 2020-10-05 | 1 | -2/+3 |
* | README: add download URL for the DAW ISO | Eric Hameleers | 2020-10-05 | 1 | -0/+1 |
* | Slackware Live Edition: version 1.3.71.3.7 | Eric Hameleers | 2020-10-05 | 1 | -1/+1 |
* | Updated liveslak documentation for the upcoming 1.3.7 release | Eric Hameleers | 2020-10-05 | 1 | -10/+27 |
* | Custom Plasma5 background for login greeter, desktop, lockscreen...This functionality is supported on all Live variants based on Plasma5.
| Eric Hameleers | 2020-10-05 | 4 | -0/+99 |
* | Script optimization - prevent adding multilib twice | Eric Hameleers | 2020-10-05 | 1 | -2/+4 |
* | XFCE: remove un-used old ICU libraries to save space | Eric Hameleers | 2020-10-05 | 1 | -0/+6 |
* | DAW: move the files for custom submenu into new subfolder...Un-clutter needed to prepare for further customization of the DAW ISO.
| Eric Hameleers | 2020-10-05 | 4 | -3/+4 |
* | DAW: updated package lists | Eric Hameleers | 2020-10-05 | 4 | -1/+10 |
* | Improvements to script legibility...Better demarcation of the start and end of internal function definitions.
| Eric Hameleers | 2020-10-05 | 1 | -11/+13 |
* | setup2hd: add option to install regular Slackware via network mirror...The setup2hd script is a modified Slackware installer. For liveslak I had
originally removed all the usual SOURCE selections and only allowed for
the installation of the Live OS to harddisk.
However, requests were sent to also support a regular installation
of Slackware using the Live ISO. That is why I have now re-added all the
Slackware network install choices (via NFS, HTTP, FTP or Samba mirror).
I still left out the Slackware installation using local media;
the Live ISO does not contain regular Slackware packages so that
would not make sense.
| Eric Hameleers | 2020-10-05 | 9 | -177/+400 |
* | DAW: added qmidiarp and qtractor | Eric Hameleers | 2020-09-20 | 1 | -0/+2 |
* | Slackware Live Edition: version 1.3.6.11.3.6.1 | Eric Hameleers | 2020-09-19 | 1 | -1/+1 |
* | DAW: move all DAW programs into a new submenu 'Slackware Live DAW'...The new submenu hierarchy is "Applications > Multimedia > Slackware Live DAW".
All applications from the DAW package list are moved into that new menu,
this will un-clutter the parent Multimedia menu.
| Eric Hameleers | 2020-09-19 | 4 | -0/+56 |
* | Fix a string check | Eric Hameleers | 2020-09-19 | 1 | -2/+2 |
* | Fix handling of 'local' package lists | Eric Hameleers | 2020-09-19 | 1 | -2/+2 |