| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
CACert should be a trusted CA to avoid discomforting warnings about
'untrusted' certificate when visiting my future blog location.
|
| |
|
| |
|
|
|
|
|
| |
These two now have KDE Frameworks 5 (KF5) ports in progress.
Time to check them out.
|
|
|
|
|
| |
The hostname utility was split off into its own package, it was part of
both util-linux and net-tool.
|
| |
|
| |
|
|
|
|
|
|
| |
Added:
- ConsoleKit2
- wayland-protocols
|
|
|
|
|
| |
- remove the gcc5 package
- only (re-)install ffmpeg and vlc one, from the restricted repository
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
Two new script options were added:
-d|--devices List removable devices on this computer.
-s|--scan Scan for insertion of new USB device instead of
providing a devicename (using option '-o').
|
| |
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
| |
+ ddcutil
+ id3lib
+ kirigami2
|
|
|
|
|
|
|
|
| |
+ gc-compat32
+ lame-compat32
+ libidn2-compat32
+ libwebp-compat32
+ vulkan-sdk-compat32
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
See http://www.syslinux.org/wiki/index.php?title=Filesystem
As of Syslinux 6.03, "pure 64-bits" compression/encryption is not supported.
Modern mke2fs creates file systems with the metadata_csum and 64bit
features enabled by default.
Explicitly disable 64bit feature in the mke2fs command with '-O ^64bit';
otherwise, the syslinux bootloader (>= 6.03) will fail.
|
|
|
|
|
|
|
| |
Use the 'scandev' keyword instead of specifying an actual partition name
if you want liveslak to scan all partitions for the ISO.
Use this if you are not sure of the devicename and have no means of
figuring it out.
|
| |
|
| |
|
|
|
|
|
| |
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
|
|
|
|
|
| |
'2' enables verbose script execution;
'4' dumps you into a debug shell right before the switch_root.
|