Changeset c757871
- Timestamp:
- Mar 15, 2009, 5:55:25 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 937bb02
- Parents:
- e891582
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/diffutils.xml
re891582 rc757871 39 39 <screen os="s2"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' config.h</userinput></screen> 40 40 41 <para os="s3">Diffutils man-pages want to be recreated, but it requires help2man. So we update the time on the 42 files to prevent them from being recreated:</para> 41 <para os="s3">Diffutils man-pages want to be recreated, but it requires 42 help2man. So we update the time on the files to prevent them from being 43 recreated:</para> 43 44 44 45 <screen os="s4"><userinput>touch man/*.1</userinput></screen> -
BOOK/network/common/dhcp.xml
re891582 rc757871 25 25 additional interfaces:</para> 26 26 27 <screen><userinput><literal>install -v -d /etc/sysconfig/network-devices/ifconfig.eth0 28 cat > /etc/sysconfig/network-devices/ifconfig.eth0/dhcpcd << "EOF" 29 ONBOOT="yes" 27 <screen><userinput>cd /etc/sysconfig/network-devices && 28 mkdir -v ifconfig.eth0 && 29 cat > ifconfig.eth0/dhcpcd << "EOF" 30 <literal>ONBOOT="yes" 30 31 SERVICE="dhcpcd" 31 32 32 33 # Start Command for DHCPCD 33 #34 34 DHCP_START="-q" 35 35 36 36 # Stop Command for DHCPCD 37 # 38 DHCP_STOP="-k" 39 EOF</literal> 37 DHCP_STOP="-k"</literal> 38 EOF 40 39 </userinput></screen> 41 40
Note:
See TracChangeset
for help on using the changeset viewer.