diff options
author | Eric Hameleers <alien@slackware.com> | 2020-09-05 21:56:21 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-09-05 21:56:21 +0200 |
commit | 8665fb1422c6f5ef1cd7e094a749f6281b94f168 (patch) | |
tree | f54e9b1a0c629bceb206c073c0e300bbb0358f7b /README.txt | |
parent | 1268af2d50338331f7fc59fd27f3c6bd22e20f0a (diff) | |
download | liveslak-8665fb1422c6f5ef1cd7e094a749f6281b94f168.tar.gz liveslak-8665fb1422c6f5ef1cd7e094a749f6281b94f168.tar.xz |
Allow a custom domain name for the live host
New boot parameter: "domain=your_custom_domain",
The domain component defaults to 'example.net'.
Diffstat (limited to '')
-rw-r--r-- | README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -345,6 +345,9 @@ cfg=[skip|write] => OS parameters; or specify 'write' to write current OS parameters to disk. +domain=your_custom_domain => + Specify a custom domain name. Defaults to 'example.net'. + hostname=your_custom_hostname[,qualifier] => Specify a custom hostname. A qualifier 'fixed' can be appended to prohibit hostname modification in case of network boot. |