mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Use sysrc(8) in the documentation rather than echoing things to rc.conf
in order to encourage good habits. PR: 228325 Submitted by: Mateusz Piotrowski MFC after: 2 weeks
This commit is contained in:
parent
8c7de243f4
commit
fb4f0dcae9
1 changed files with 2 additions and 2 deletions
|
|
@ -333,8 +333,8 @@ PARTITIONS=ada0
|
|||
DISTRIBUTIONS="kernel.txz base.txz"
|
||||
|
||||
#!/bin/sh
|
||||
echo "ifconfig_em0=DHCP" >> /etc/rc.conf
|
||||
echo "sshd_enable=YES" >> /etc/rc.conf
|
||||
sysrc ifconfig_em0=DHCP
|
||||
sysrc sshd_enable=YES
|
||||
pkg install puppet
|
||||
.Ed
|
||||
.Pp
|
||||
|
|
|
|||
Loading…
Reference in a new issue