Changeset 13174 in hybrid
- Timestamp:
- Feb 22, 2015, 3:57:27 PM (10 years ago)
- Location:
- branches/releng-10/nanobsd/cfg
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-10/nanobsd/cfg/nanobsd.wleiden
r13060 r13174 39 39 benchmarks/iperf 40 40 devel/py-yaml 41 dns/dnsmasq41 #dns/dnsmasq 42 42 ftp/curl 43 43 lang/python2 … … 215 215 if [ -n "${CFG_ROOT_PASSWORD}" ]; then 216 216 pprint 2 "Set root password using CFG_ROOT_PASSWORD variable" 217 chroot ${NANO_WORLDDIR} sh -c "echo '${CFG_ROOT_PASSWORD}' | pw usermod -h 0 - uroot"217 chroot ${NANO_WORLDDIR} sh -c "echo '${CFG_ROOT_PASSWORD}' | pw usermod -h 0 -n root" 218 218 else 219 219 pprint 2 "Root password is <blank>, no password provided at variable CFG_ROOT_PASSWORD" -
branches/releng-10/nanobsd/cfg/nanobsd.wleiden.apu
r13057 r13174 40 40 benchmarks/iperf 41 41 devel/py-yaml 42 dns/dnsmasq42 #dns/dnsmasq 43 43 ftp/curl 44 44 lang/python2
Note:
See TracChangeset
for help on using the changeset viewer.