diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2018-05-18 17:46:40 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2018-05-18 17:46:40 +0000 |
| commit | fb4f0dcae9107b49d9ff0ae2c517620ef91ea62d (patch) | |
| tree | d1f5eb049353db929a8a08f5e5dd38a67d37b7ad /usr.sbin | |
| parent | 8c7de243f4f6425bf121e2eacaa9af3630eb2f5c (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/bsdinstall/bsdinstall.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsdinstall/bsdinstall.8 b/usr.sbin/bsdinstall/bsdinstall.8 index dcc972a0d4b8..714a1f23fe7e 100644 --- a/usr.sbin/bsdinstall/bsdinstall.8 +++ b/usr.sbin/bsdinstall/bsdinstall.8 @@ -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 |
