mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
build: prevent start of configd during build runs
This commit is contained in:
parent
0798736ee8
commit
71e7eca89d
1 changed files with 3 additions and 0 deletions
|
|
@ -376,6 +376,9 @@ setup_chroot()
|
|||
cp /etc/resolv.conf ${1}/etc
|
||||
mount -t devfs devfs ${1}/dev
|
||||
chroot ${1} /bin/sh /etc/rc.d/ldconfig start
|
||||
|
||||
# prevent the start of configd in build environments
|
||||
echo 'configd_enable="NO"' >> ${1}/etc/rc.conf.local
|
||||
}
|
||||
|
||||
build_marker()
|
||||
|
|
|
|||
Loading…
Reference in a new issue