| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Normally there should not be .new files, but recently there was a bug
in ap/cgmanager where the .new files were not moved to their final spot.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Yet more aggressive pruning of unneeded files (documentation mostly).
Packages that were (re-)added:
min/ghostscript
min/libedit
min/libidn2
xbase/SDL2
xbase/SDL2_gfx
xbase/SDL2_image
xbase/SDL2_mixer
xbase/SDL2_net
xbase/SDL2_ttf
xbase/libbluray
xbase/ocl-icd
Packages that were removed:
min/elvis
min/lilo
xapbase/xpaint
xbase/djvulibre
xbase/gtk+
xbase/liberation-fonts-ttf
xbase/xv
xfce/orage
|
| |
|
|
|
|
|
| |
Adding 'sdhci-pci:sdhci-acpi' to KMODS is needed to make liveslak boot
off a Dell e7440 with O2 Micro, Inc. Integrated MMC/SD Controller.
|
| |
|
| |
|
|
|
|
|
| |
Therefore we need to update the way we patch eliloconfig in -current
and the installer scripts. Patching is still needed for Slackware 14.2.
|
|
|
|
|
| |
The repository metadata is not correct and yields the error:
"Repository 'studioware' FAILS the CHECKSUMS.md5 download".
|
|
|
|
|
| |
The script started to diverge in -current,
and the patch would no longer apply.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Previously, the 'make_slackware_live.sh' script would exit if no local
copy of a Slackware package mirror was available. Now, the script will
download a copy from a default rsync mirror (osuosl.org) instead,
and then proceed with creating a Live ISO.
Another rsync URI can be specified in the .conf file if you want.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Thanks to USUARIONUEVO for the suggestion.
|
| |
|
|
|
|
|
|
| |
The 'sed' commandline processing the scripts in /usr/share/liveslak
failed to make the correct substitution for "T_PX=/mnt" in the
'SeTpartitions' script, which is part of the Slackware installer.
|
|
|
|
|
|
|
| |
Specifically, stress the fact that generating an ISO requires that you
create a local Slackware mirror prior to running 'make_slackware_live.sh',
since the script will not download official Slackware packages,
only 3rd party packages.
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
New supported LIVEDE value: DLACK
This merge adds Dlackware as a DE choice when generating the ISO.
Dlackware is Slackware with PAM, systemd and Gnome3 (and without KDE4).
I think this is an interesting experiment. Know your enemy ;-)
Thanks to bartgymnast of the Dlackware team who provided the patches.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This file was forgotten in the previous commit.
It has now also been given a '.tpl' extension in the liveslak sources,
to indicate that it is a template and not usable as-is.
The 'make_slackware_live.sh' script parses the template file and performs
a series of variable substitutions to generate the final 'init' script
inside the initrd of the ISO image.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This affects:
- pxeserver
- setup2hd
Both have been renamed with extension '.tpl' as indication that they are
templates. The 'make_slackware_live.sh' script performs a series of
substitutions on them to produce the actual scripts inside the ISO.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Hard-coded '/mnt' in the Slackware installer scripts is an ongoing annoyance.
With the modifications in this commit I was able to successfully install
Slackware Live to a UEFI computer using 'setup2hd'.
|
| |
| |
| |
| |
| |
| | |
This should allow people to store the ISO on a NTFS filesystem and then
use something like grub or pxelinux to boot liveslak from that ISO file
using the 'livemedia=/dev/sdX:/path/to/slackwarelive.iso' syntax.
|
| |
| |
| |
| |
| |
| | |
Disable two processes that consume time or are just annoying on first boot:
- do not start gnome-initial-setup;
- do not let systemd re-generate dynamic linker cache on boot.
|
| |
| |
| |
| | |
In the hope that this makes gnome-terminal start finally.
|
| | |
|
| |\
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add packages from the restricted repository to the PLASMA5 ISO:
- ffmpeg
- handbrake
- lame
- libdvdcss
- vlc
Also, add 'keepassx' to alien's regular package list.
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
Dlackware is Slackware with systemd and Gnome3. An interesting experiment.
Thanks to bartgymnast of the Dlackware team who provided the patches.
Note: at this moment, this is pre-alpha quality.
- The default root and live passwords do not work so you'll have to add
boot parameter 'livepw=XXXXXXXX' and think of a strong password that
passes the PAM strength test.
- The Gnome3 environment does not show an application menu.
- The Dlackware package quality is sub-standard. Notably it will mess with the
buildhost machine's password database and install 64bit stuff into /usr/lib
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Example:
Replace eudev with systemd (actual request made by Dlackware).
The package list should then contain the following line:
eudev%systemd
I.e. the package to be replaced, followed by a '%', followed by the
name of the package that replaces the original.
This is similar syntax to the way in which you tell upgradepkg to
replace one package with another bearing a different name.
|
|
|
|
| |
Additionally, this should work better with a PAM based system.
|