blfs(systemd版本)学习笔记-编译安装配置dhcpcd

dhcpcd项目地址:http://www.linuxfromscratch.org/blfs/view/stable-systemd/basicnet/dhcpcd.html

1.下载dhcpcd包并校验md5

wget http://roy.marples.name/downloads/dhcpcd/dhcpcd-7.0.7.tar.xz

md5sum -c md5sums

2.解压并进入包目录

tar -xvf dhcpcd-7.0.7.tar.xz

cd dhcpcd-7.0.7

3.参照书中内容编译安装

./configure --libexecdir=/lib/dhcpcd \
            --dbdir=/var/lib/dhcpcd  &&
make
make install

4.返回blfs-sources目录并删除解压的包目录

cd $LFS/sources/blfs-sources/

rm -rf dhcpcd-7.0.7

5.安装blfs脚本文件

make install-dhcpcd

6.配置开机启动dhcpcd服务

systemctl enable dhcpcd@eth0
etho更换为实际的网络接口

 

转载于:https://www.cnblogs.com/renren-study-notes/p/10390862.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值