summaryrefslogtreecommitdiffstats
path: root/skel (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-05Add getfattr to the live initrd, to read extended attributes Eric Hameleers1-0/+6
The busybox does not (no longer?) have this tool.
2020-12-05PLASMA5: start konsole with a login shell Eric Hameleers1-0/+15
2020-12-05Fix use of 'live' instead of '$LIVEUID' Eric Hameleers1-1/+1
2020-12-05PLASMA5: Remove broken/unwanted shortcuts (discover/konqueror) from taskbar Eric Hameleers1-0/+5
2020-12-05Only configure KDE4 if it is actually installed into the Live OS Eric Hameleers1-43/+49
2020-12-05Add a ~/.bashrc file for the user Eric Hameleers1-0/+7
2020-12-05Fix the help text for the '-t' parameter to make_slackware_live.sh Eric Hameleers1-1/+1
2020-12-05make_slackware_live.sh: expand the '-t' parameter functionality Eric Hameleers1-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.
2020-12-05Add 'rtl_nic' to network firmware list for PXE boot from a NFS root Eric Hameleers1-1/+1
2020-12-05Add package blacklist per variant Eric Hameleers1-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.
2020-12-05XFCE: use mcpp as preprocessor to determine XDM login-box position Eric Hameleers1-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.
2020-12-05Some minor script polish Eric Hameleers1-9/+9
2020-12-05setup2hd: major changes Eric Hameleers9-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
2020-12-05XFCE: gparted needs polkit-gnome Eric Hameleers1-0/+1
2020-12-05DAW: add Slackware packages that were removed from the bare config Eric Hameleers1-4/+17
2020-12-05PLASMA5: migrate to the Slackware Plasma5 in testing 'vtown' Eric Hameleers2-393/+258