| Commit message (Expand) | Author | Files | Lines |
2020-12-05 | PLASMA5: start konsole with a login shell | Eric Hameleers | 1 | -0/+15 |
2020-12-05 | Fix use of 'live' instead of '$LIVEUID' | Eric Hameleers | 1 | -1/+1 |
2020-12-05 | PLASMA5: Remove broken/unwanted shortcuts (discover/konqueror) from taskbar | Eric Hameleers | 1 | -0/+5 |
2020-12-05 | Only configure KDE4 if it is actually installed into the Live OS | Eric Hameleers | 1 | -43/+49 |
2020-12-05 | Add a ~/.bashrc file for the user | Eric Hameleers | 1 | -0/+7 |
2020-12-05 | Fix the help text for the '-t' parameter to make_slackware_live.sh | Eric Hameleers | 1 | -1/+1 |
2020-12-05 | 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 | 1 | -34/+37 |
2020-12-05 | Add 'rtl_nic' to network firmware list for PXE boot from a NFS root | Eric Hameleers | 1 | -1/+1 |
2020-12-05 | 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 | 1 | -1/+19 |
2020-12-05 | 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 | 1 | -1/+9 |
2020-12-05 | Some minor script polish | Eric Hameleers | 1 | -9/+9 |
2020-12-05 | 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 | 9 | -70/+207 |
2020-12-05 | XFCE: gparted needs polkit-gnome | Eric Hameleers | 1 | -0/+1 |
2020-12-05 | DAW: add Slackware packages that were removed from the bare config | Eric Hameleers | 1 | -4/+17 |
2020-12-05 | PLASMA5: migrate to the Slackware Plasma5 in testing 'vtown' | Eric Hameleers | 2 | -393/+258 |