summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-05-18 09:25:36 +0200
committer Eric Hameleers <alien@slackware.com>2016-05-18 09:25:36 +0200
commitafab818563c7189731d1abb3127ef9b3d74bca3d (patch)
treeb356a176ac7961ee9cee22fae047a65f802ae65a
parent3b92d1adb9247b0832df7fc0de295d1ef3c51fc0 (diff)
downloadliveslak-afab818563c7189731d1abb3127ef9b3d74bca3d.tar.gz
liveslak-afab818563c7189731d1abb3127ef9b3d74bca3d.tar.xz
README.txt: small fixes to sync this document with the Wiki version.
-rw-r--r--README.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.txt b/README.txt
index 9d563a1..1d94200 100644
--- a/README.txt
+++ b/README.txt
@@ -43,7 +43,7 @@ The "liveslak" scripts can generate a variety of Slackware flavors:
Common download locations are:
- * AlienBOB's's http://bear.alienbase.nl/mirrors/slackware-live/ (%%rsync://bear.alienbase.nl/mirrors/slackware-live/%%)
+ * Primary site: http://bear.alienbase.nl/mirrors/slackware-live/ (%%rsync://bear.alienbase.nl/mirrors/slackware-live/%%)
* Darren's http://slackware.uk/people/alien-slacklive/ (%%rsync://slackware.uk/people/alien-slacklive/%%)
* Willy's http://repo.ukdw.ac.id/slackware-live/
* Ryan's https://seattleslack.ryanpcmcquen.org/mirrors/slackware-live/
@@ -127,6 +127,8 @@ Example uses of the two network boot parameters:
After you have setup your PXE environment (DHCP, TFTP and NFS servers) properly using the above information, boot one of your PXE-capable computers, interrupt the boot and select "network boot" and type or select the appropriate label (in the above example, that would be ''liveslak''). You will see the kernel and initrd being downloaded and booted, and then the Live OS will start just as if it was running from a local medium.
+If your DHCP server takes too long in acknowledging the client's request, the DHCP client times out and the boot of your Live OS will fail because the NFS-mounted Live filesystem will not become available. In that case you can try increasing the wait time before the DHCP client decides that it is not going to get an IP address from the server. Add the boot parameter ''dhcpwait=30'' (example value) where the number ''30'' is the number of seconds the DHCP client should wait for a server response. You should of course pick a value that is sufficiently large for your network setup. \\ The default DHCP wait time of the Live OS is 20 seconds.
+
Persistence is not supported in this configuration; currently the overlayfs does not support NFS as a writable layer in the live filesystem.
@@ -508,12 +510,12 @@ The script's parameters are:
-m pkglst[,pkglst] Add modules defined by pkglists/<pkglst>,...
-r series[,series] Refresh only one or a few package series.
-s slackrepo_dir Directory containing Slackware repository.
- -t <doc|mandoc> Trim the ISO for size (remove man and/or doc)
+ -t <doc|mandoc> Trim the ISO for size (remove man and/or doc).
-v Show debug/error output.
-z version Define your Slackware version (default: current).
- -H hostname Hostname of the Live OS (default: darkstar)
+ -H hostname Hostname of the Live OS (default: darkstar).
-O outfile Custom filename for the ISO.
- -R runlevel Runlevel to boot into (default: 4)
+ -R runlevel Runlevel to boot into (default: 4).
</code>
The script uses package repositories to create a Live ISO. The packages will be installed into a temporary directory.
@@ -677,7 +679,7 @@ On UEFI computers, Grub2 handles the boot and it will show a menu similar (and s
Editing a Grub menu before booting it is possible by pressing the "e" key. After making your changes to the boot commandline, press <F10> to boot. To discard your changes, press <ESC>.
-Another difference between Syslinux and Grub2 menus: in Grub2 you can select a non-US keyboard, language and/or timezone and you will return to the main menu every time. You still have to select "Start SLACKWARE Live" to boot the computer. In the Syslinux menu, only the keyboard selection menu will return you to the main menu. Any non-US *language* selection on the other hand will boot you into Slackware Live immediately; without returning to the main menu. This is a limitation of syslinux which would require exponentially more menu files to construc a menu with more choices. Grub2 supports variables which make it easy to modify a menu entry's characteristics.
+Another difference between Syslinux and Grub2 menus: in Grub2 you can select a non-US keyboard, language and/or timezone and you will return to the main menu every time. You still have to select "Start SLACKWARE Live" to boot the computer. In the Syslinux menu, only the keyboard selection menu will return you to the main menu. Any non-US *language* selection on the other hand will boot you into Slackware Live immediately; without returning to the main menu. This is a limitation of syslinux which would require exponentially more menu files to construct a menu with more choices. Grub2 supports variables which make it easy to modify a menu entry's characteristics.
===== Other Slackware based Live distros =====