Changeset 885e93d


Ignore:
Timestamp:
01/10/2023 10:49:41 PM (16 months ago)
Author:
Tim Tassonis <stuff@…>
Branches:
11.3, 12.0, 12.1, 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, xry111/llvm18, xry111/xf86-video-removal
Children:
9f44beb
Parents:
c8d23c4a
Message:

Add option in dhcpcd service script to set the hostname.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rc8d23c4a r885e93d  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[timtas] - Add option in dhcpcd service script to set the
     46          hostname.</para>
     47        </listitem>
     48
     49        <listitem>
    4550          <para>[bdubbs] - Update to xterm-378. Fixes
    4651          <ulink url="&blfs-ticket-root;17497">#17497</ulink>.</para>
  • networking/connect/dhcpcd.xml

    rc8d23c4a r885e93d  
    299299IFACE="eth0"
    300300SERVICE="dhcpcd"
    301 DHCP_START="-b -q <replaceable>&lt;insert appropriate start options here&gt;</replaceable>"
     301DHCP_START="-b -q -h<replaceable>&lt;insert appropriate start options here&gt;</replaceable>"
    302302DHCP_STOP="-k <replaceable>&lt;insert additional stop options here&gt;</replaceable>"</literal>
    303303EOF</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.