| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Adding rtsx_pci:rtsx_pci_sdmmc modules to the initrd.
|
|
|
|
| |
Thanks to Juan Fernandez for reporting.
|
| |
|
| |
|
|
|
|
| |
This fixes 'slackpkg update gpg' among others.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Thanks to GigglesUK for pointing it out.
|
| |
|
| |
|
|
|
|
| |
To accompany the release of Slackware 15.0 stable!
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Now it creates a more usable wine module including the previously
missing FAudio and vkd3d packages from my own repository.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The firewall will be configured and installed only when you use setup2hd
to install the Live OS to your hard drive.
The scripts are not particular to Slackware Live; you can easily copy
the resulting files /usr/sbin/myfwconfig, /etc/rc.d/rc.firewall
and /var/lib/pkgtools/setup/setup.firewall out of the installed system
and use them anywhere on a Slackware-compatible OS.
- The 'myfwconfig' script will ask a few simple questions and generate the
ipv4 and ipv6 configuration in /etc/firewall/.
- The 'rc.firewall' script will load/save its iptables/ip6tables
configuration from /etc/firewall/ files.
- The 'setup.firewall' script is a convenient way to call the firewall
configurator from pkgtools or during Slackware's installation to harddisk.
|
| |
|
| |
|
|
|
|
|
| |
Photo I took in 2020 in nature reserve De Mortelen (NL).
Also added for future use: photo I took of Mont Saint-Michel in 2020.
|
| |
|
| |
|
|
|
|
| |
The non-SMP kernels refuse to start the init script in initramfs since 5.15.x
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Read the updates in the README for more background and guidance.
User notice:
As a one-time action the very first time you boot a Secure Boot enabled
liveslak ISO, you will have to enroll the liveslak certificate
(/EFI/BOOT/liveslak.der) with which the Slackware boot-up binaries
(grub and kernel) were signed into your computer's MOK (Machine Owner Key
database).
This enrollment request will show on-screen during initial boot,
just follow the prompts to 'enroll from disk'. Afterwards the computer
will reboot and from then on, your liveslak will boot without any
user intervention on your Secure Boot computer.
Note:
liveslak uses Fedora's initial boot loader (the 'shim') which
has been signed by Microsoft. In future we may get our own
signed shim for liveslak and/or Slackware, but don't hold your breath.
|
|
|
|
|
| |
Goal is to keep the XFCE image below 700 MB (CDROM size) while adding
programs that are needed.
|
|
|
|
|
| |
Micro version bump for the DAW Live ISO respin to address icu4c and llvm
library updates in -current,
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Using rc.local to post-configure the kernel was nice,
but this solution is cleaner and less lines of code.
|
|
|
|
|
| |
Micro version bump for the DAW Live ISO,
which will get a full pre-emptive kernel.
|
|
|
|
|
|
| |
The old way was not wrong, until I added the possibility to liveslak
to use a package in ./testing . This part of the code needed an overhaul
as a result of that, and now it looks cleaner than before.
|
|
|
|
|
| |
Note: this was enabled in kernel 5.14.15 in Slackware-current.
On older / non-preemptive kernels the above will do nothing.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The syntax for the 'persistence' boot parameter has been extended.
The persistence directory/container no longer needs to be in the root
of the filesystem; you can specify an absolute path.
Additionally, you can specify the partition containing the filesystem
on which the persistence is located, or simply specify 'scandev',
to request that liveslak tries to find the partition for you:
persistence=/dev/sdX:/path/to/mypersistence
persistence=scandev:/path/to/mypersistence
In addition, a UUID or LABEL value of the filesystem will be accepted:
persistence=cd68b6f5-5b5a-4d27-9649-7827489f94a5:/path/to/mypersistence
This functionality will be useful if you need the persistence directory
or container to be located somewhere else than on the Live USB stick,
for instance on a local hard disk partition.
Useful for network (PXE) boot because the overlayfs does not support a
writable upper layer of your live filesystem over NFS. If you still want
to offer persistence to users of PXE-booted Slackware Live, you can now
use the local harddisk partitions or a local USB stick for persistence.
|