diff options
Diffstat (limited to 'config-winston-base.PKGBUILD')
-rw-r--r-- | config-winston-base.PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config-winston-base.PKGBUILD b/config-winston-base.PKGBUILD index 2fce27d..c61e4f7 100644 --- a/config-winston-base.PKGBUILD +++ b/config-winston-base.PKGBUILD @@ -32,12 +32,12 @@ add-unit etc/systemd/system/getty.target.wants/getty@tty1.service add-unit etc/systemd/system/multi-user.target.wants/haveged.service add-unit etc/systemd/system/multi-user.target.wants/irqbalance.service -## Networking ## +# ## Networking -# /etc/udev/rules.d/80-net-setup-link.rules is a symlink to /dev/null, -# which disables new-style [predictable network interface names][0] -# (enp0s3? ens3?), and causes it to fall back to the old-style names -# (eth0). +# `/etc/udev/rules.d/80-net-setup-link.rules` is a symlink to +# `/dev/null`, which disables new-style [predictable network interface +# names][0] (`enp0s3`? `ens3`?), and causes it to fall back to the +# old-style names (`eth0`). # # [0]: https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ install -dm755 etc/udev/rules.d |