aboutsummaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-051-0/+52
| | | | | | | | | | | | | - 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
* Slackware Live Edition: version 1.3.7.21.3.7.2 Eric Hameleers2020-10-241-1/+1
|
* setup2hd fixes and enhancements Eric Hameleers2020-10-241-4/+5
| | | | | | | | | 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.
* Slackware Live Edition: version 1.3.7.11.3.7.1 Eric Hameleers2020-10-201-1/+1
|
* XFCE: use Firefox as the PDF viewer Eric Hameleers2020-10-201-0/+10
|
* Make the face icon customizable Eric Hameleers2020-10-201-2/+9
|
* Fix some erroneous occurrences of LIBDIRSUFFIX Eric Hameleers2020-10-201-2/+2
|
* DAW: many small improvements Eric Hameleers2020-10-201-4/+9
|
* Prevent the script from aborting early if no custom wallpaper is found Eric Hameleers2020-10-051-2/+3
|
* Slackware Live Edition: version 1.3.71.3.7 Eric Hameleers2020-10-051-1/+1
|
* Custom Plasma5 background for login greeter, desktop, lockscreen Eric Hameleers2020-10-051-0/+98
| | | | This functionality is supported on all Live variants based on Plasma5.
* Script optimization - prevent adding multilib twice Eric Hameleers2020-10-051-2/+4
|
* XFCE: remove un-used old ICU libraries to save space Eric Hameleers2020-10-051-0/+6
|
* DAW: move the files for custom submenu into new subfolder Eric Hameleers2020-10-051-3/+4
| | | | Un-clutter needed to prepare for further customization of the DAW ISO.
* Improvements to script legibility Eric Hameleers2020-10-051-11/+13
| | | | Better demarcation of the start and end of internal function definitions.
* setup2hd: add option to install regular Slackware via network mirror Eric Hameleers2020-10-051-11/+16
| | | | | | | | | | | | 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.
* Slackware Live Edition: version 1.3.6.11.3.6.1 Eric Hameleers2020-09-191-1/+1
|
* DAW: move all DAW programs into a new submenu 'Slackware Live DAW' Eric Hameleers2020-09-191-0/+31
| | | | | | 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.
* Fix a string check Eric Hameleers2020-09-191-2/+2
|
* Fix handling of 'local' package lists Eric Hameleers2020-09-191-2/+2
|
* Fix a typo causing a script error Eric Hameleers2020-09-061-1/+1
|
* Slackware Live Edition: version 1.3.61.3.6 Eric Hameleers2020-09-051-1/+1
|
* Allow customization of the live user's full name Eric Hameleers2020-09-051-6/+16
|
* DAW: grant write access to /dev/cpu_dma_latency Eric Hameleers2020-09-051-1/+4
| | | | Prevent CPU's from going into idle state to improve latency.
* Slackware Live Edition: version 1.3.5.41.3.5.4 Eric Hameleers2020-08-041-1/+1
|
* DAW: tune the qjackctl behavior Eric Hameleers2020-08-041-4/+7
|
* Slackware Live Edition: version 1.3.5.31.3.5.3 Eric Hameleers2020-06-251-1/+1
|
* DAW: make pulseaudio use 48 KHz sample rate, like JACK and ALSA Eric Hameleers2020-06-251-0/+13
|
* XFCE: remove more irrelevant firmware to keep the ISO below CDROM size Eric Hameleers2020-06-251-0/+5
|
* Make the name "Slackware Live User" configurable Eric Hameleers2020-06-251-4/+7
|
* Slackware Live Edition: version 1.3.5.21.3.5.2 Eric Hameleers2020-05-291-1/+1
|
* Only configure suauth if the system is not using PAM Eric Hameleers2020-05-291-3/+5
|
* Fix a shell syntactical error Eric Hameleers2020-05-291-1/+1
|
* make_slackware_live.sh: fixes for the DAW variant Eric Hameleers2020-05-291-7/+8
|
* Slackware Live Edition: version 1.3.5.11.3.5.1 Eric Hameleers2020-04-301-1/+1
|
* Do not autostart latte-dock Eric Hameleers2020-04-301-8/+0
| | | | | | | Latte-dock depends on the window manager's compositor. If you use Alt-Shift-F12 in Plasma5 to disable compositing (for instance if you want to record audio and the compositor is just eating your precious CPU cycles) then you do not want Latte-dock running.
* DAW: keep tweaking the audio setup Eric Hameleers2020-04-301-25/+50
| | | | | Hopefully I'll get somewhere sometime and have ALSA/Pulse --> JACK working out of the box.
* More trimming for the XFCE ISO was required Eric Hameleers2020-04-301-3/+13
|