Changeset a6a4c80 for BOOK/network/common
- Timestamp:
- Jan 23, 2014, 6:02:32 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 114a66e
- Parents:
- 29d9c97
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/network/common/static.xml
r29d9c97 ra6a4c80 86 86 configuration at boot, run:</para> 87 87 88 <screen ><userinput>systemctl enable ifupdown@eth0</userinput></screen>88 <screen role="nodump"><userinput>systemctl enable ifupdown@eth0</userinput></screen> 89 89 90 90 <para>To disable previously enabled Network Interface 91 91 configuration at boot, run:</para> 92 92 93 <screen ><userinput>systemctl disable ifupdown@eth0</userinput></screen>93 <screen role="nodump"><userinput>systemctl disable ifupdown@eth0</userinput></screen> 94 94 95 95 <para>To manually start the Network Interface configuration, 96 96 run:</para> 97 97 98 <screen ><userinput>systemctl start ifupdown@eth0</userinput></screen>98 <screen role="nodump"><userinput>systemctl start ifupdown@eth0</userinput></screen> 99 99 100 100 <para>Replace eth0 with the correct Network Interface
Note:
See TracChangeset
for help on using the changeset viewer.