| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose: to update the content of a Slackware Live USB stick.
upslak.sh accepts the following parameters:
-b|--nobackup Do not try to backup original kernel and modules.
-d|--devices List removable devices on this computer.
-h|--help This help.
-i|--init <filename> Replacement init script.
-k|--kernel <filename> The kernel file (or package).
-m|--kmoddir <name> The kernel modules directory (or package).
-n|--netsupport Add network boot support if not yet present.
-o|--outdev <filename> The device name of your USB drive.
-p|--persistence Move persistent data into new Live module.
-r|--restore Restore previous kernel and modules.
-s|--scan Scan for insertion of new USB device instead of
providing a devicename (using option '-o').
-v|--verbose Show verbose messages.
-w|--wait<number> Add <number> seconds wait time to initialize USB.
|
|
|
|
|
|
| |
Dhcpcd is for NFS root support.
Adding it outside of the network kernel module loop allows us
to update the kernel modules separately and more easily.
|
| |
|
|
|
|
|
| |
The XFCE ISO is meant to fit on a CDROM medium.
CDROM ISO images must be at most 737.280.000 bytes (703 MB).
|
|
|
|
|
|
| |
We will use our own copy of syslinux files only as a fallback,
because it is safer to use the versions of files that come
with syslinux on the computer which runs iso2usb.sh.
|
|
|
|
|
|
| |
The 'upslak.sh' script will be added in the near future, it allows
(among others) to upgrade the liveslak kernel and its modules
on your liveslak USB stick.
|
| |
|
|
|
|
|
| |
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.
|