Yu Watanabe
ab1b472062
Merge pull request #14555 from poettering/table-multine
...
format-table: proper multi-line support
2020-01-14 06:48:57 +09:00
Lennart Poettering
765d88698f
Merge pull request #14400 from keszybz/alias-check
...
Alias check rework
2020-01-13 18:03:13 +01:00
Lennart Poettering
0b9da3d9e8
Merge pull request #14293 from keur/systemctl_with_dependencies
...
systemctl: Add --with-dependencies switch
2020-01-13 17:42:55 +01:00
Lennart Poettering
03f9228e7c
man: suffix parameter with = in our documentation, if it expects an argument
...
Also, don't claim we'd insert a "," between addresses, because we
actually don't do that.
2020-01-13 16:38:44 +01:00
Lennart Poettering
f9951b0cf0
man: we support bind mounting regular files too
...
Let's be precise here: we accept non-directories here too, even though
we create things as directories if we find the Where= not to exist.
2020-01-13 11:24:35 +01:00
Lennart Poettering
151a7133cd
man: document that we mkdir() on What= in .mount units too
...
As suggested here:
https://lists.freedesktop.org/archives/systemd-devel/2020-January/043914.html
2020-01-13 11:23:59 +01:00
Yu Watanabe
6b8fe4c30c
man: XxxRate= are in bps
2020-01-12 10:11:07 +01:00
Zbigniew Jędrzejewski-Szmek
2e93770fd8
man: document alias rules and aliases dropin loading
2020-01-10 14:31:28 +01:00
Yu Watanabe
12845a91b5
machinectl: do not truncate addresses when --full is specified
2020-01-10 19:19:15 +09:00
Kevin Kuehler
a602a0b44b
man: Document systemctl --with-dependencies switch
2020-01-09 22:58:00 -08:00
Yu Watanabe
a65e34ccb0
machinectl: do not ellipsize table when --full is specified
2020-01-10 12:24:51 +09:00
Yu Watanabe
b683b82fe7
busctl: introduce --full command line option
2020-01-10 12:19:47 +09:00
Yu Watanabe
a42d949080
networkctl: set table width 0 when --full is specified
2020-01-10 12:12:00 +09:00
Yu Watanabe
a362c069a9
systemd-mount: add --full command line option
2020-01-10 12:07:28 +09:00
HATAYAMA Daisuke
b63c88b627
man: describe "symlink" and "systemctl link" explicitly in UNIT FILE LOAD PATH
...
There are sometimes users who put unit files in a location that is inaccessible
when systemd starts although they are not found and thus not started because
the corresponding mount units have not activated yet.
There is already a warning for such issue in man 8 systemctl:
link PATH...
...<snip>...
The file system where
the linked unit files are located must be accessible
when systemd is started (e.g. anything underneath /home
or /var is not allowed, unless those directories are
located on the root file system).
However, it looks that it's difficult to find the warning because introductory
users typically doesn't know systemctl link.
Although there is a description in UNIT FILE LOAD PATH pointing to systemctl
link, symlink is now not explicitly mentioned there and thus users doesn't
easily get aware of they should read it.
To deal with this, let's describe "symlink" and "systemctl link" more
explicitly in UNIT FILE LOAD PATH.
2020-01-09 18:52:13 +01:00
Yu Watanabe
a5279634c0
systemd-mount: add --no-legend command line option
2020-01-09 20:16:03 +09:00
Yu Watanabe
125c7814fa
Merge pull request #14523 from keszybz/refactorings
...
Refactorings inspired by recent pull requests
2020-01-09 12:50:11 +09:00
Lennart Poettering
0aa9bffe10
Merge pull request #14448 from yuwata/network-permanent-mac-address
...
network, udev: support permanent mac address
2020-01-08 15:36:27 +01:00
Lennart Poettering
3bfcfcf942
Merge pull request #14518 from keszybz/interface-text
...
doc: tweak grammar in CONTAINER_INTERFACE description
2020-01-08 14:26:33 +01:00
Lennart Poettering
48dfa8b0e1
Merge pull request #14512 from poettering/root-image-devices
...
Make RootImage= work reliable with DeviceAllow= in the mix
2020-01-08 12:18:38 +01:00
Zbigniew Jędrzejewski-Szmek
d9b204544b
man: use xi:include to avoid duplication
...
... and fix some unwarranted discrepancies between the two man pages.
2020-01-08 11:43:09 +01:00
Zbigniew Jędrzejewski-Szmek
629548c405
Merge pull request #14488 from yuwata/networkctl-show-logs
...
networkctl: status command also shows logs of networkd
2020-01-08 10:49:39 +01:00
Zbigniew Jędrzejewski-Szmek
9552209292
man: fix option name
2020-01-08 10:39:44 +01:00
Zbigniew Jędrzejewski-Szmek
af6a2a1e57
Merge pull request #14494 from poettering/container-interface
...
Let's import the container interface description text from the fdo wiki
2020-01-08 09:58:57 +01:00
Yu Watanabe
4bb7cc8287
network, udev: introduce PermanentMACAddress= setting in [Match] section
...
Closes #13983 .
2020-01-08 17:54:54 +09:00
Zbigniew Jędrzejewski-Szmek
31ffbfd101
Merge pull request #14510 from poettering/net-naming-scheme-fixlets
...
some net naming scheme documentation fixes
2020-01-08 09:46:49 +01:00
Lennart Poettering
65ad4ad89d
Merge pull request #14499 from yuwata/network-gateway-dhcp
...
network: static route via DHCP gateway
2020-01-07 19:17:51 +01:00
Lennart Poettering
3a827125e7
man: stop recommending modprobe -abq in ExecStartPre=
2020-01-07 19:00:56 +01:00
Lennart Poettering
a1686563de
man: fix documentation of IBM VIO device naming
...
We generate "v" in two different ways, and they got mixed up.
2020-01-07 18:02:15 +01:00
Lennart Poettering
e232c307c0
man: slightly extend documentation on difference between ID_NET_NAME_ONBOARD and ID_NET_LABEL_ONBOARD
2020-01-07 18:01:56 +01:00
Yu Watanabe
10c71c3605
networkctl: status command also shows logs of networkd
...
Closes #14050 .
2020-01-07 22:20:37 +09:00
Yu Watanabe
b6cea5496a
man: drop unnecessary white space
2020-01-07 13:25:13 +01:00
Yu Watanabe
1985c54ff3
network: static routes via DHCP gateway
...
This makes Gateway= also take "DHCP". If "DHCP" is set, then the gateway
address provided by DHCP or IPv6 RA is used.
Closes #8213 .
2020-01-07 19:10:54 +09:00
Lennart Poettering
53dc5fbc41
man: change links to container interface doc to https://systemd.io/
...
Now that we converted the documentation we should also link to it.
2020-01-06 18:15:07 +01:00
Lennart Poettering
dc5737470e
Merge pull request #14194 from yuwata/network-multipath-routing-12541
...
network: introduce multipath routing
2020-01-03 15:38:03 +01:00
Ansgar Burchardt
72a86dd5ec
man: tmpfiles.d: only list "v" once
2020-01-03 20:22:48 +09:00
Ansgar Burchardt
f6bc26ee7f
man: tmpfiles.d: "b", "c" options require major and minor numbers
2020-01-03 20:22:31 +09:00
Kai Krakow
bc5ea049f2
nspawn: Generate unique short veth names
...
This commit lowers the chance of having veth name conflicts for machines
created with similar names.
Replaces: #12865
Fixes : #13417
2020-01-02 20:05:42 +01:00
Lennart Poettering
49d418d4ab
Merge pull request #14444 from yuwata/network-codel-more
...
network: more CoDel settings
2020-01-02 14:51:55 +01:00
Topi Miettinen
412a6c646c
systemd.exec: document the file system for EnvironmentFile paths
...
Files specified with EnvironmentFile are read from PID1 mount namespace, before
any file system operations like RootImage or BindPaths are in effect.
2020-01-02 14:21:16 +01:00
Tobias Stoeckmann
be78e0f07b
systemd-analyze: fixed typo in documentation
...
The example shows the output of critical-chain, which means
that the title is wrong.
2020-01-02 13:35:34 +01:00
Yu Watanabe
b078e52855
network: add more settings for CoDel
2019-12-28 22:25:12 +09:00
Susant Sahani
c695dcf929
network: Add support to configure DHCPv4 route MTU
...
This is useful for transitioning systems from small frames to jumbo frames.
Closes #14302
2019-12-28 21:37:26 +09:00
Susant Sahani
a9a5d632da
network: tc introduce codel
...
Please see http://man7.org/linux/man-pages/man8/tc-codel.8.html
2019-12-28 21:35:39 +09:00
Felipe Sateler
11fcfc5398
Fix several typos in documentation
...
Found by lintian
2019-12-24 14:45:40 +01:00
Susant Sahani
0f3ff4eae2
network: DHCP4 introduce send decline
2019-12-21 00:26:44 +09:00
Lennart Poettering
1cb342447d
Merge pull request #14329 from anitazha/user_invocation_id
...
export user units' InvocationID and use as _SYSTEMD_INVOCATION_ID
2019-12-20 10:20:21 +01:00
Lennart Poettering
10ad50d38c
Merge pull request #14378 from keszybz/unit-docs
...
Unit documentation and build-system tweaks
2019-12-19 19:00:14 +01:00
Zbigniew Jędrzejewski-Szmek
277519db51
man: add section about user manager units
2019-12-19 13:32:31 +01:00
Zbigniew Jędrzejewski-Szmek
f71502c49f
man: add remote-*.targets to the bootup sequence
...
I think this makes it easier to see the difference between local and remote
mounts.
Make the graph a bit narrower while at it.
2019-12-19 13:32:31 +01:00