| Commit message (Expand) | Author | Files | Lines |
2019-05-11 | PLASMA5: add realtime capabilities like Studioware has too | Eric Hameleers | 1 | -1/+10 |
2019-05-11 | XFCE: file removals to bring ISO below CDROM size again | Eric Hameleers | 1 | -11/+24 |
2019-05-11 | make_slackware_live.sh: small cleanup | Eric Hameleers | 1 | -1/+0 |
2019-05-11 | liveinit: correctly scan partitions and block devices...Do not make assumptions about how partitions and block devices are named.
but check the OS instead (in /sys/block and /sys/class/block).
| Eric Hameleers | 1 | -7/+37 |
2019-05-11 | iso2usb.sh: fix the "refresh" case | Eric Hameleers | 1 | -1/+5 |
2019-05-11 | PLASMA5: removed -noto-cjk-font-ttf and calligra packages...This was needed unfortunately in order to keep the resulting ISO size
below DVD max allowed size.
| Eric Hameleers | 1 | -4/+5 |
2019-05-11 | PLASMA5: removed lumina, lxqt and libreoffice dicts...All to make room for the current Slackware + Plasma5 while still remaining
below the DVD max allowed ISO size.
| Eric Hameleers | 1 | -81/+85 |
2019-05-11 | Multilib: several compat32 packages had been added the last couple months | Eric Hameleers | 1 | -0/+5 |
2019-05-11 | DAW: add a package list containing Digital Audio Workstation stuff...I added this as a squashfs module to the bonus/ subdirectory for now,
so people can copy it into the USB stick's optional/ or addons/ directory.
| Eric Hameleers | 2 | -0/+55 |
2019-05-11 | XFCE: remove pidgin to keep the ISO size below CDROM max allowed | Eric Hameleers | 1 | -1/+1 |
2019-05-11 | XFCE: add libglvnd as new dependency of mesa in -current | Eric Hameleers | 1 | -0/+1 |
2019-05-11 | DLACK: add libglvnd as new dependency of mesa in -current | Eric Hameleers | 1 | -0/+1 |
2019-05-05 | upslak.sh: use the OS to find partition names...This should allow usage of external storage devices like SD cards,
whose partition naming conventions are different from generic USB devices.
E.g. /dev/mmcblk0p1 is the first partition of /dev/mmcblk0 (note the 'p').
| Eric Hameleers | 1 | -9/+14 |
2019-05-05 | iso2usb.sh: use the OS to find partition names...This should allow usage of external storage devices like SD cards,
whose partition naming conventions are different from generic USB devices.
E.g. /dev/mmcblk0p1 is the first partition of /dev/mmcblk0 (note the 'p').
| Eric Hameleers | 1 | -29/+37 |
2019-05-05 | XFCE: make blueman-applet work | Eric Hameleers | 1 | -0/+2 |
2019-04-23 | Make the '-m' commandline switch more universal...The '-m' parameter of the 'make_slackware_live.sh' script allows you
to add more packages to the Live ISO without modifying any of the script's
"SEQ_*" package sequence variables.
However, the script would prepend "pkglist:" to the argument value, which
is redundant since 'pkglist' is the default anyway.
By removing this prepend string we can now allow a syntax like this:
"-m local:foo" to add a series of packages in the subdirectory 'foo'
of the 'local' (or 'local64') directory more easily.
| Eric Hameleers | 1 | -1/+1 |
2019-04-14 | Add missing template vars to upslak.sh...Several template vars were added to liveinit.tpl but I had forgotten
to also incorporate those in the upslak.sh script.
| Eric Hameleers | 2 | -3/+12 |
2019-03-17 | upslak.sh: do not presume that people build overlayfs as a module...The script will now only fail if you have zero modules in your tree.
I presume (!) that this corner case will never occur. In any case, I will
not support it.
| Eric Hameleers | 1 | -1/+1 |
2019-03-02 | XFCE: python-ply is a new dependency for bind | Eric Hameleers | 1 | -0/+1 |
2019-02-27 | XDM: release X memory after session ends | Eric Hameleers | 1 | -0/+3 |
2019-02-27 | CINNAMON: python-soupsieve added to the package list | Eric Hameleers | 1 | -0/+1 |
2019-02-27 | Configure kdesu to use sudo instead of su...That will cause kdesu to ask for the 'live' password instead of the
'root' password.
| Eric Hameleers | 1 | -0/+7 |
2019-02-16 | iso2usb.sh: warn and exit if zstd support is missing | Eric Hameleers | 1 | -1/+6 |
2019-02-15 | Slackware Live Edition: version 1.3.1.1...Minor version bump in order to release a new Plasma5 Live ISO.
1.3.1.1 | Eric Hameleers | 1 | -1/+1 |
2019-02-15 | Update package lists for Plasma5 and multilib | Eric Hameleers | 2 | -0/+28 |
2019-02-15 | Slackware Live Edition: version 1.3.1...Main highlight is that PXE booting is working again.
1.3.1 | Eric Hameleers | 1 | -1/+1 |
2019-02-15 | Fix PXE boot. Fix pxeserver. Add support for PXE-booting UEFI-based PC's...Note that UEFI PXE-boot is not yet working, I do not know why.
| Eric Hameleers | 8 | -66/+217 |
2019-02-15 | Add grub-mkimage to the list of required programs | Eric Hameleers | 1 | -2/+2 |
2019-01-23 | Quell the noise generated by dhcpcd on boot | Eric Hameleers | 2 | -2/+6 |
2019-01-22 | liveinit: add debug pause for PXE network configuration | Eric Hameleers | 1 | -0/+4 |
2019-01-22 | liveinit: mention on-screen that eth0 is fallback for failed nic detection | Eric Hameleers | 1 | -1/+1 |
2019-01-22 | liveinit: fix a bug in PXE network device configuration | Eric Hameleers | 1 | -1/+2 |
2019-01-17 | Slackware Live Edition: version 1.3.0.21.3.0.2 | Eric Hameleers | 1 | -1/+1 |
2019-01-17 | liveinit: clean up that remount command | Eric Hameleers | 1 | -1/+1 |
2019-01-17 | Follow the Slackware init with respect to readonly root on boot...The live init script creates a /etc/fastboot file to prevent any
file system check on boot. This is cleaner than hacking rc.S and failing.
| Eric Hameleers | 2 | -7/+5 |
2019-01-17 | PLASMA5: update package list | Eric Hameleers | 1 | -0/+7 |
2019-01-17 | XFCE: update package list | Eric Hameleers | 3 | -0/+5 |
2019-01-05 | Slackware Live Edition: version 1.3.0.11.3.0.1 | Eric Hameleers | 1 | -1/+1 |
2019-01-05 | KDE4: take care of changes in search/semantic backends...- virtuoso-ose is no longer part of Slackware.
- akonadi backend to be used is now called SQLITE instead of SQLITE3
| Eric Hameleers | 1 | -5/+10 |
2019-01-05 | Refreshed the package lists for alien, multilib and plasma5 repos | Eric Hameleers | 3 | -0/+10 |
2019-01-05 | init: the dhcpcd 'pid' file is in another location now. | Eric Hameleers | 1 | -4/+15 |
2018-11-04 | XFCE: added ed, bc, smartmontools, xf86-input-libinput...I added ed, bc, smartmontools because they are small and someone needed it.
The xf86-input-libinput was added to fix the TrackPoint with recent versions
of the X server.
| Eric Hameleers | 3 | -0/+4 |
2018-09-09 | XFCE: place the commented-out packages alphabetically like before | Eric Hameleers | 1 | -14/+14 |
2018-09-09 | Slackware Live Edition: version 1.3.0...The fairly large version bump is warranted because this is the first
release to support zstd compression. The resulting ISO will boot to
a usable desktop environment almost twice as fast as previous releases
of liveslak. THe runtime behaviour will also be a lot snappier.
This should make a lot of people happy.
Note that I have to keep the XFCE ISO xz-compressed to keep its size
below 703 MB. The other ISOs will use zstd compression, adding roughly
10% to the ISO size but speeding up the Live OS with 60% or more.
1.3.0 | Eric Hameleers | 1 | -1/+1 |
2018-09-04 | README.txt updated | Eric Hameleers | 1 | -5/+9 |
2018-09-04 | Make the default language of the Live ISO configurable...Added a new parameter to 'make_slackware_live.sh' script:
-l <localization>
For example, create a liveslak ISO with dutch as the default language
instead of US english:
# ./make_slackware_live.sh -l nl
Using this parameter you can onfigure a different default language
for the resulting ISO image. The default localization if you do not
supply this parameter remains "us" as before.
The boot menu offers a selection of other languages/localizations
to pick from (currently you can select any of 'be br da gb de de_ch es
fr fr_ch it ja nl pt ru se us') but now you can create your own brand
of liveslak ISO with your own language as the default.
| Eric Hameleers | 6 | -27/+87 |
2018-09-04 | XFCE: some more pruning of large files to keep ISO size below 703 MB | Eric Hameleers | 1 | -2/+20 |
2018-09-04 | On loading of 'distro_os.cfg' do not overwrite pre-defined values...Variables defined on the boot commandline have preference over
any variable set in the .cfg file.
| Eric Hameleers | 1 | -4/+13 |
2018-09-04 | liveinit: cosmetical re-arrangement | Eric Hameleers | 1 | -2/+3 |
2018-09-04 | XFCE: move compiler related packages from 'min' to 'noxbase'...With the goal to make the 'min' module smaller so that potentially
we can compress it with zstd instead of xz and thus minimize the size
increase of the resulting squashfs module (~10%).
Quick benchmark with just the 'min' module zstd-compressed and the rest
xz-compressed shows more than 10% reduction in the boot-up time of the
XFCE Live OS. Unfortunately, this will add 20 MB to the ISO size which
will have to come from somewhere in order to keep the ISO size below
703 MB.
| Eric Hameleers | 2 | -5/+5 |