Changeset 9f44beb


Ignore:
Timestamp:
01/11/2023 12:11:54 AM (15 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:
4927677
Parents:
885e93d
Message:

Fix setting hostname in dhcpcd service.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r885e93d r9f44beb  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[timtas] - Fix setting hostname in dhcpcd service.</para>
     46        </listitem>
     47        <listitem>
    4548          <para>[timtas] - Add option in dhcpcd service script to set the
    4649          hostname.</para>
  • networking/connect/dhcpcd.xml

    r885e93d r9f44beb  
    299299IFACE="eth0"
    300300SERVICE="dhcpcd"
    301 DHCP_START="-b -q -h<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.