aboutsummaryrefslogtreecommitdiffstats
path: root/doc/sysconfig.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add ip6gre tunnel optionJan Macku2019-07-311-1/+1
| | | | Resolve: BZ #1691552
* rc.d/functions: remove support cgroupsLukas Nykryn2019-06-061-8/+0
| | | | | Now with systemd, this does not work pretty well and users really should use systemd unit-files for this.
* Add option to wait until target is reachableJan Macku2019-04-041-0/+7
| | | | | | | | | | | | | | | | | | Add option for time saving waiting Replace date with simple timeout Rename configurable variable and add documentation Print log only when didn't reach IP address in time Add support for IPv6 address Remove unneeded output Change -ge to -gt, because equal value is ok Clarify DNS name option in documentation
* netreport functionality droppedDavid Kaspar [Dee'Kej]2018-05-301-2/+1
| | | | This concept is quite outdated, and not sane to use at all.
* lang.{sh,csh} moved into setup packageDavid Kaspar [Dee'Kej]2018-05-301-38/+0
| | | | | Other references to these files were removed, as well as irrelevant info in sysconfig.txt, and some dead code in init.d/functions file.
* adjtime moved into 'util-linux' packageDavid Kaspar [Dee'Kej]2018-05-301-26/+0
| | | | | The line /etc/adjtime has been kept in rwtab, to not break the readonly-root...
* Repository scheme updated to new layoutDavid Kaspar [Dee'Kej]2018-05-301-0/+1083
NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this.