| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
The old use of 'installpkg' prevented upgrading an already present package
while 'upgradepkg --install-new' allows for all options.
|
|
|
|
|
| |
Also, split 'x_base' into 'noxbase' and 'x_base' so that in future
we can create a 'rescue' option using just 'min' and 'noxbase'.
|
|
|
|
|
|
|
| |
These wallpapers don't really add value to the ISO and when using the
new supported compressor 'zstd' we need to trim the ISO size down to
the max size of a DVD.
The zstd compression creates ISOs that are ~10% larger than when using xz.
|
|
|
|
|
|
|
|
|
| |
This will provide compression ratios approaching those of xz,
while achieving decompression rations similar to lzo (5 times faster
than xz).
We will need to have a zstd package in Slackware first, and then
rebuild squashfs-tools to add zstd support.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The elilo package in Slackware 14.2's ./patches has our liveslak patch
to eliloconfig already incorporated.
|
| |
|
| |
|
|
|
|
|
|
| |
If we use 'testing' repository to get the Plasma 5 packages, then the
slackpkg/slackpkg+ configuration should reference that 'testing' URL
as well, to avoid confusion when the user runs 'slackpkg upgrade-all'.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The configuration file must be in the liveslak main directory ('/liveslak'
by default) and be called 'DISTRO_os.cfg' where DISTRO is the lower-case
name of the distro ('slackware' by default).
The following variables can be defined in the configuration file,
one per line, in the format VAR=value:
BLACKLIST, INIT, KEYMAP, LIVE_HOSTNAME, LOAD, LOCALE, LUKSVOL, NOLOAD,
RUNLEVEL, TWEAKS, TZ, XKB.
Since the configuration file is sourced by the live init script, it is OK
to have comments in it that are prefixed with '#'.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The order in which the squashfs modules were created should be respected
when they are re-assembled to an overlay filesystem.
The assembly is done in lexicographical order - therefore xbase.lst
needed to be renamed to x_base.lst.
Failing to adhere to the original assembly order causes weirdness.
In my case it meant that the complete directory /usr/share/applications
as contained in xapbase.lst was invisible in the resulting overlay, causing
near-empty menus in XFCE.
Also added several packages to x_base.lst that are now part of Slackware.
|
| |
|
| |
|
|
|
|
|
|
| |
Group membership of 'input' is needed to access input devices that are
exposed through libinput (touch devices are only exposed through libinput)
and seems to be a requirement for Wayland.
|
| |
|
|
|
|
| |
ghostscript is again removed to make room for new additions in -current.
|
|
|
|
|
| |
Falkon is the renamed qupzilla browser. Eventually, falkon will find
its way into Applications. Consider this a preview version.
|
|
|
|
|
|
|
| |
- Explanation of the partition layout of a USB stick
when created with iso2usb.sh
- Updated URLS
- Many small fixes, mostly typos
|
| |
|
| |
|
|
|
|
| |
There are no KDE4 packages left in the latest Plasma 5 releases.
|
|
|
|
|
| |
frameworks: purpose
applications-extra: calligraplan
|
| |
|
|
|
|
|
|
|
|
| |
- acpilight is able to control the backlight brightness of a laptop screen,
this will be used by the Lumina Desktop if present.
- poppler-qt5 is a new dependency for Lumina Desktop in case you do not have
my Plasma5 'ktown' packages installed, specifically its poppler package
which already contains the required Qt5 libraries.
|
|
|
|
|
|
|
|
| |
In particular, it seems that including the 'ahci' grub module caused failure
on boot, because the actual Live USB stick would not be detected and the
local harddisk would be detected as (ahci0).
The script has also been enhanced so that the 'grub-mkimage' commandline will
not get fed any non-existing module, which would otherwise abort the command.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Added:
+ libcap-ng
+ libmnl
+ libtasn1
+ pcre2
Removed:
- xpdf (started depending on qt which we don't have in the XFCE ISO)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A pkglist has a certain syntax:
- Lines starting with '#' are considered comments and are ignored.
- Empty lines will be ignored.
- A line not containing '%' is considered to name a single package
to install/upgrade.
- Two strings separated by '%' are considered as 'old' and 'new' package
where the old package will be upgraded by the new package.
This is useful in situations where the package names differ (udev -> eudev).
- One string with '%' at the end is considered a package removal request.
The string in front of the '%' is the package name to be removed.
This syntax was added in liveslak-1.1.9.3.
|
| |
|
|
|
|
| |
This way you can check in a pinch whether your new ISO will fit or not.
|
| |
|