| Commit message (Expand) | Author | Age | Files | Lines |
* | Slackware Live Edition: version 1.3.5.11.3.5.1 | Eric Hameleers | 2020-04-30 | 1 | -1/+1 |
* | Do not autostart latte-dock...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.
| Eric Hameleers | 2020-04-30 | 1 | -8/+0 |
* | DAW: keep tweaking the audio setup...Hopefully I'll get somewhere sometime and have ALSA/Pulse --> JACK working
out of the box.
| Eric Hameleers | 2020-04-30 | 1 | -25/+50 |
* | More trimming for the XFCE ISO was required | Eric Hameleers | 2020-04-30 | 1 | -3/+13 |
* | Add a sample script to create a nvidia squashfs module from packages | Eric Hameleers | 2020-04-30 | 1 | -0/+45 |
* | Make "load=nvidia" work...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
| Eric Hameleers | 2020-04-30 | 2 | -28/+48 |
* | setup2hd: allow custom UidNumber during user account creation...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.
| Eric Hameleers | 2020-04-30 | 1 | -59/+84 |
* | Lots of updates to the package lists for the liveslak 1.3.5.1 release...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.
| Eric Hameleers | 2020-04-30 | 6 | -8/+22 |
* | For PAM based system, allow user in 'audio' group to invoke rt capability | Eric Hameleers | 2020-03-31 | 1 | -0/+9 |
* | Correctly read OS configuration from disk file if present...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.
| Eric Hameleers | 2020-03-31 | 1 | -2/+2 |
* | Allow cusomization of the UidNumber for the live user account...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'.
| Eric Hameleers | 2020-03-31 | 2 | -1/+7 |
* | iso2usb.sh: allow custom parition sizing...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,"
| Eric Hameleers | 2020-03-31 | 1 | -6/+64 |
* | Mention liveslak version on the boot screen (grub, syslinux) | Eric Hameleers | 2020-03-31 | 2 | -2/+2 |
* | Updates to various package lists | Eric Hameleers | 2020-03-31 | 5 | -0/+18 |
* | Slackware Live Edition: version 1.3.51.3.5 | Eric Hameleers | 2020-02-20 | 1 | -1/+1 |
* | make_slackware_live.sh code to transform the new templates into scripts | Eric Hameleers | 2020-02-20 | 1 | -1/+11 |
* | setup2hd: several usability improvements...- 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.
| Eric Hameleers | 2020-02-20 | 4 | -35/+311 |
* | Allow direct scanning via xsane (no temporary intermediate files) in Gimp...This was fixed in Slackware as well in the meantime, but it does not harm
to keep it in here.
| Eric Hameleers | 2020-02-20 | 1 | -0/+6 |
* | make_slackware_live.sh: some cosmetic fixes. | Eric Hameleers | 2020-02-20 | 1 | -58/+67 |
* | XFCE: updated the package lists | Eric Hameleers | 2020-02-20 | 3 | -3/+5 |
* | Remove KDE4BASE and add DAW as a Live Variant....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.
| Eric Hameleers | 2020-02-20 | 9 | -419/+605 |
* | Slackware Live Edition: version 1.3.4.1 | Eric Hameleers | 2020-01-24 | 1 | -1/+1 |
* | Do not add CACert certificates for now; website is offline | Eric Hameleers | 2020-01-24 | 1 | -1/+1 |
* | make_slackware_live.sh: updated copyright year with 2020 | Eric Hameleers | 2020-01-24 | 1 | -1/+1 |
* | Updated package lists for 'daw' 'plasma5' and 'x_base' | Eric Hameleers | 2020-01-24 | 3 | -0/+12 |
* | Slackware Live Edition: version 1.3.41.3.4 | Eric Hameleers | 2019-12-26 | 1 | -1/+1 |
* | Updates to package lists. Reduce Plasma5 ISO size...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".
| Eric Hameleers | 2019-12-26 | 6 | -17/+41 |
* | CINNAMON: updated package list for Cinnamon 4.4.0...New dependency packages:
- pytz
- libtimezonemap
| Eric Hameleers | 2019-11-24 | 1 | -0/+2 |
* | Remove '--no-absolute-filenames' from cpio invocations...Since cpio 2.13, this option strips '/' and '../' from symbolic and
hard links during extraction of a cpio archive like our initramfs.
This is implemented as a fix for CVE-2015-1197 but breaks the initrd.
And leaving out this option does not have the adverse effect
I always thought it would have... archive extraction is still done
into the current directory and not in the filesystem root.
| Eric Hameleers | 2019-11-20 | 3 | -3/+3 |
* | iso2usb.sh: fix logic for finding and writing gptmbr.bin to the device | Eric Hameleers | 2019-11-19 | 1 | -9/+14 |
* | CINNAMON: remove packages that are no longer present in CSB | Eric Hameleers | 2019-11-19 | 1 | -8/+0 |
* | PLASMA5: set the OS name to 'Slackware Live' in 'System Information' | Eric Hameleers | 2019-11-13 | 1 | -0/+4 |
* | PLASMA5: add/remove packages to make it fit on a DVD | Eric Hameleers | 2019-11-13 | 1 | -10/+11 |
* | Slackware Live Edition: version 1.3.31.3.3 | Eric Hameleers | 2019-11-02 | 1 | -1/+1 |
* | NFS root (PXE boot): add virtio drivers required for older VM...The virtio_pci driver is required in some cases when using older
types of virtual machine software.
| Eric Hameleers | 2019-11-02 | 2 | -40/+44 |
* | liveinit.tpl: cleanup some code...These lines became obsolete with Linux kernel 2.6 (Slackware >= 11)
when the kernel module extension changed from .o to .ko.
| Eric Hameleers | 2019-11-02 | 1 | -8/+0 |
* | liveinit.tpl: explicitly tell udevadm to add newly detected hardware...The default for 'udevadm trigger' is 'change', not 'add', so the scriptline
basically did nothing. This prevented some network devices from getting
initialized because their subsystem is 'pci' and not 'net'.
Thanks to Kanaya for debugging this with his Nvidia MCP51 ethernet device.
| Eric Hameleers | 2019-11-02 | 1 | -1/+1 |
* | Replace @ULANG@ with the actual language in syslinux submenus | Eric Hameleers | 2019-11-01 | 1 | -0/+2 |
* | Slackware Live Edition: version 1.3.2.51.3.2.5 | Eric Hameleers | 2019-11-01 | 1 | -1/+1 |
* | Fix a logic bug in finding packages | Eric Hameleers | 2019-11-01 | 1 | -13/+17 |
* | Update the package lists to match the changes in -current | Eric Hameleers | 2019-11-01 | 5 | -0/+5 |
* | Slackware Live Edition: version 1.3.2.41.3.2.4 | Eric Hameleers | 2019-09-15 | 1 | -1/+1 |
* | XFCE: remove man pages to shrink ISO size | Eric Hameleers | 2019-09-15 | 1 | -1/+1 |
* | PLASMA5: updated the package lists | Eric Hameleers | 2019-09-15 | 2 | -1/+2 |
* | upslak.sh: fix path determination for kernel and modules...Thanks to 0XBF @linuxquestions.org for debugging.
| Eric Hameleers | 2019-09-08 | 1 | -4/+4 |
* | Slackware Live Edition: version 1.3.2.31.3.2.3 | Eric Hameleers | 2019-07-13 | 1 | -1/+1 |
* | PLASMA5: update the package list while keeping the ISO below DVD max size | Eric Hameleers | 2019-07-13 | 2 | -7/+9 |
* | CINNAMON: tinycss is a new dependency for Cinnamon 4.2 | Eric Hameleers | 2019-07-04 | 1 | -0/+1 |
* | setup2hd: also restore /etc/vconsole.conf | Eric Hameleers | 2019-06-16 | 2 | -1/+3 |
* | Slackware Live Edition: version 1.3.2.21.3.2.2 | Eric Hameleers | 2019-06-13 | 1 | -1/+1 |