summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* iso2usb.sh: really wipe the drive first Eric Hameleers2020-06-251-4/+10
| | | | | | | | | | | When a Live ISO is first copied to a USB drive using 'cp' or 'dd' and next you use iso2usb.sh to remake the USB drive into a persistent Live OS, traces of the old ISO9660 filesystem will remain and this confuses grub when you boot on a UEFI computer. So we will additionally use 'wipefs' to erase traces of filesystems. In the help text, make it clear that '-c' and '-C' accept only integer numbers for sizes and percentages. This is caused by a bash limitation in arithmetics.
* DAW: update the package lists Eric Hameleers2020-06-253-4/+19
|
* min.lst: add required new packages to the 'minimal list' Eric Hameleers2020-06-251-0/+2
|
* PLASMA5: update the package list Eric Hameleers2020-06-251-2/+7
|
* liveinit: the chown in busybox does not understand '--reference' Eric Hameleers2020-06-161-1/+1
|
* DAW: add guitarix plus dependencies Eric Hameleers2020-06-161-0/+4
|
* 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
|
* DAW: this looks like the final working package list Eric Hameleers2020-05-294-41/+60
|
* PLASMA5: NetworkManager-openvpn git added to Slackware core Eric Hameleers2020-05-291-1/+0
|
* PLASMA: add two new packages to the list Eric Hameleers2020-05-291-0/+2
|
* Update the multilib package list Eric Hameleers2020-05-291-0/+4
|
* XFCE: update the package lists to keep the ISO below CDROM size max Eric Hameleers2020-05-294-3/+11
|
* DAW: some pkglists files renamed to force proper loading order on boot Eric Hameleers2020-05-296-0/+0
|
* README.txt small updates Eric Hameleers2020-05-131-2/+9
|
* liveinit: give .Xresources file the correct ownership Eric Hameleers2020-05-121-0/+1
|
* 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
|
* Add a sample script to create a nvidia squashfs module from packages Eric Hameleers2020-04-301-0/+45
|
* Make "load=nvidia" work Eric Hameleers2020-04-302-28/+48
| | | | | | | | | | | | | | | | Using a squashfs module created from nvidia-kernel and nvidia-driver packages. A sample script for creating this nvidia module was added to liveslak, see: ./contrib/scripts/makemod_nvidia. These two packages were created using the scripts from slackbuilds.org: https://slackbuilds.org/repository/14.2/system/nvidia-kernel/ https://slackbuilds.org/repository/14.2/system/nvidia-driver/ Note that the nvidia-driver package was created on a multilib system so that it could pick up 32bit compat libraries (needed for Steam among others), and the CURRENT variable was set to 'yes' so that the nvidia drivers are fully separated from mesa and xorg-server and do not overwrite system libraries: # COMPAT32="yes" CURRENT="yes" ./nvidia-driver.SlackBuild
* setup2hd: allow custom UidNumber during user account creation Eric Hameleers2020-04-301-59/+84
| | | | | | Do not assume 1000 is a good default for UidNumber in all cases - it may already have been taken. Instead, find the first free number above 999.
* Lots of updates to the package lists for the liveslak 1.3.5.1 release Eric Hameleers2020-04-306-8/+22
| | | | | | It's increasingly difficult to keep the XFCE ISO below CDROM media maximum size, 737.280.000 bytes (703 MB). Concessions had to be made to the list of applications present in the XFCE ISO.
* For PAM based system, allow user in 'audio' group to invoke rt capability Eric Hameleers2020-03-311-0/+9
|
* Correctly read OS configuration from disk file if present Eric Hameleers2020-03-311-2/+2
| | | | | | | | | | | Liveslak can optionally load a OS config file "@DISTRO@_os.cfg" from within the 'livemain' directory on the boot medium, which contains "VARIABLE=value" lines, where VARIABLE is one of the following variables: BLACKLIST, KEYMAP, LIVE_HOSTNAME, LOAD, LOCALE, LUKSVOL, NOLOAD, RUNLEVEL, TWEAKS, TZ, XKB. During boot, any variable from that file will be set in the boot environment if it has not yet been defined in the init script. You can prevent this behaviour by adding 'cfg=skip' to the boot commandline.
* Allow cusomization of the UidNumber for the live user account Eric Hameleers2020-03-312-1/+7
| | | | | | | By default the UidNumber which is used to create the live account is: 1000. The variable LIVEUIDNR can be set to another unused value if you want. Remember, customizations go into 'make_slackware_live.conf' so that you do not have to edit 'make_slackware_live.sh'.
* iso2usb.sh: allow custom parition sizing Eric Hameleers2020-03-311-6/+64
| | | | | | | | | | | | | | | | | | | | | | | Some people asked if it could be possible to reserve space on the USB stick for a custom additional 4th partition, to be used freely and which will not get touched by liveslak. So, there is a new parameter to the script now, here is the help text: -y|--layout <x,x,x,x> Specify partition layout and sizes (in MB). Default values: '$DEF_LAYOUT' for 3 partitions, the '-1' value for partition 3 meaning 'use all remaining space', and an empty 4th value means 'do not reserve free space for a custom 4th partition'. The default layout of the USB stick remains: partition 1 (1MB), partition 2 (100 MB) partition 3 (claim all free space - specified as 0 MB). The script allows for an amount of free space to be left at the end (partition 4, unused by liveslak) in case you need this: This translates to the following DEF_LAYOUT variable value: DEF_LAYOUT="1,100,-1,"
* Mention liveslak version on the boot screen (grub, syslinux) Eric Hameleers2020-03-312-2/+2
|
* Updates to various package lists Eric Hameleers2020-03-315-0/+18
|
* Slackware Live Edition: version 1.3.51.3.5 Eric Hameleers2020-02-201-1/+1
|
* make_slackware_live.sh code to transform the new templates into scripts Eric Hameleers2020-02-201-1/+11
|
* setup2hd: several usability improvements Eric Hameleers2020-02-204-35/+311
| | | | | | | | - Include disk partitioning (cgdisk and/or cfdisk) in the setup2hd (calling new script 'Setudiskpart'). - Create a non-root user and set the root password through dialogs (calling new scripts 'SeTuacct' and 'SeTupass'). - Attempt to speed up the rsync from the squashfs files to the hard drive.
* Allow direct scanning via xsane (no temporary intermediate files) in Gimp Eric Hameleers2020-02-201-0/+6
| | | | | This was fixed in Slackware as well in the meantime, but it does not harm to keep it in here.
* make_slackware_live.sh: some cosmetic fixes. Eric Hameleers2020-02-201-58/+67
|
* XFCE: updated the package lists Eric Hameleers2020-02-203-3/+5
|
* Remove KDE4BASE and add DAW as a Live Variant. Eric Hameleers2020-02-209-419/+605
| | | | | | | | Nobody used the 1 GB ISO with a stripped KDE4 anyway, so I removed it. DAW is a 'Work In Progress': I want a Ditigal Audio Workstation as a Live Slackware OS with Plasma5. I want to learn if Plasma5 is lean and fast enough for realtime audio processing. Probably it also needs PAM, which will enter the main distro soon.
* Slackware Live Edition: version 1.3.4.1 Eric Hameleers2020-01-241-1/+1
|
* Do not add CACert certificates for now; website is offline Eric Hameleers2020-01-241-1/+1
|
* make_slackware_live.sh: updated copyright year with 2020 Eric Hameleers2020-01-241-1/+1
|
* Updated package lists for 'daw' 'plasma5' and 'x_base' Eric Hameleers2020-01-243-0/+12
|
* Slackware Live Edition: version 1.3.41.3.4 Eric Hameleers2019-12-261-1/+1
|
* Updates to package lists. Reduce Plasma5 ISO size Eric Hameleers2019-12-266-17/+41
| | | | | | | | | Note that the Plasma5 ISO size reduction was achieved by removing almost all of the 'alien' packages which originate in my regular package repositories. Which means if you want a Plasma5 Live with calibre, libreoffice, qbittorrent, vlc and all the other goodies, you will have to create a persistent Live USB stick and add my packages as "addon modules".
* CINNAMON: updated package list for Cinnamon 4.4.0 Eric Hameleers2019-11-241-0/+2
| | | | | | New dependency packages: - pytz - libtimezonemap