Changeset 7fd06b0
- Timestamp:
- 12/16/2018 08:39:36 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c261b9c
- Parents:
- 5ac58b54
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r5ac58b54 r7fd06b0 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[dj] - Clarify modular configuration of NetworkManager with 50 examples of common and recommended configurations.</para> 51 </listitem> 52 <listitem> 49 53 <para>[bdubbs] - Update to plasma5-5.14.4. Fixes 50 54 <ulink url="&blfs-ticket-root;11118">#11118</ulink>.</para> … … 59 63 </listitem> 60 64 <listitem> 61 <para>[dj] - Update to NetworkManager-1.14. 2. Fixes65 <para>[dj] - Update to NetworkManager-1.14.4. Fixes 62 66 <ulink url="&blfs-ticket-root;11150">#11150</ulink>.</para> 63 67 </listitem> -
networking/netutils/networkmanager.xml
r5ac58b54 r7fd06b0 302 302 303 303 <para> 304 You can add <option>dns=none</option> to suppress changes to 305 <filename>/etc/resolv.conf</filename>. See 306 <command>man 5 NetworkManager.conf</command> 307 for any additional options. 304 This file should not be modified directly by users of the system. 305 Instead, system specific changes should be made using configuration 306 files in the 307 <filename class="directory">/etc/NetworkManager/conf.d</filename> 308 direcotry. 309 </para> 310 311 <para> 312 To allow polkit to manage authorizations, add the following 313 configuration file: 314 </para> 315 316 <screen role="root"><userinput>cat > /etc/NetworkManager/conf.d/polkit.conf << "EOF" 317 <literal>[main] 318 auth-polkit=true</literal> 319 EOF</userinput></screen> 320 321 <para> 322 To use something other than the built-in dhcp client (recommended if 323 using only <command>nmcli</command>), use the following configuration 324 (valid values are dhclient, dhcpcd, and internal): 325 </para> 326 327 <screen role="nodump"><userinput>cat > /etc/NetworkManager/conf.d/dhcp.conf << "EOF" 328 <literal>[main] 329 dhcp=</literal><replaceable>dhclient</replaceable> 330 EOF</userinput></screen> 331 332 <para> 333 To prevent <application>NetworkManager</application> from updating the 334 <filename>/etc/resolv.conf</filename> file, add the following 335 configuration file: 336 </para> 337 338 <screen role="nodump"><userinput>cat > /etc/NetworkManager/conf.d/no-dns-update.conf << "EOF" 339 <literal>[main] 340 dns=none</literal> 341 EOF</userinput></screen> 342 343 <para> 344 For additional configuation options, see 345 <command>man 5 NetworkManager.conf</command>. 308 346 </para> 309 347
Note:
See TracChangeset
for help on using the changeset viewer.