| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
'2' enables verbose script execution;
'4' dumps you into a debug shell right before the switch_root.
|
|
|
|
|
|
|
|
|
|
|
| |
Freetype has enabled a 'new style' of sub-pixel hinting, based on the
Infinality patch but simplified for speed.
Some people feel that this new type of hinting is resulting in worse font
rendering than with the old auto-hinter built into Freetype.
The new tweak 'nsh' effectively disables the new type of sub-pixel hinting
and makes Freetype fall back to the old behaviour.
Usage: add "tweaks=nsh" to the boot commandline of the Live OS.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
The 'min' package list contains the generic kernel.
This package list is special because the 'make_slackware_live.sh' script
will also take care of the ISO boot configuration while processing it.
A custom Live OS may want to use a custom filename instead of "min.lst",
so the variable $MINLIST was created for that purpose.
|
| |
|
|
|
|
|
|
| |
This allows people to find the instructions on how to edit the boot
commandline in syslinux or grub more easily. Now it is here:
http://docs.slackware.com/slackware:liveslak#booting_the_live_os
|
|
|
|
|
|
|
|
|
|
|
| |
* iso2usb.sh: added '-r' parameter to refresh an existing USB Live stick
with data from a new Live ISO.
* boot: added 'nop=wipe' parameter which will cause all persistent data
(in the persistence directory or a persistent data container) to be
erased. This allows you to repair a case of corrupted persistent
data which can occur after you modified files that are part of a
squashfs module.
Note that this boot option will leave an encrypted /home un-touched!
|
| |
|
|
|
|
|
|
| |
For some people, an ISO generated with xorriso instead of using
mkisofs/isohybrid is more compatible with other tools or hardware.
You need to install xorriso separately, it is not included with Slackware.
|
| |
|
| |
|
|
|
|
| |
Allows the user to start the SSH server, now that it is disabled by default.
|
| |
|
|
|
|
| |
Provided by GigglesUK, thanks.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
New boot parameter:
dhcpwait=<numseconds>
Maximum wait time for the DHCP client to configure a network interface
(new default: 20 seconds, was 10 seconds).
|
| |
|
|
|
|
|
|
| |
When changes need to be made to README.txt and its Wiki version at
http://docs.slackware.com/slackware:liveslak I want to be able to
diff the two easily.
|
| |
|
| |
|
|
|