Changeset 13174 in hybrid


Ignore:
Timestamp:
Feb 22, 2015, 3:57:27 PM (10 years ago)
Author:
huub
Message:

-u vlaggetje voor pw moet zijn -n

Location:
branches/releng-10/nanobsd/cfg
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-10/nanobsd/cfg/nanobsd.wleiden

    r13060 r13174  
    3939benchmarks/iperf
    4040devel/py-yaml
    41 dns/dnsmasq
     41#dns/dnsmasq
    4242ftp/curl
    4343lang/python2
     
    215215        if [ -n "${CFG_ROOT_PASSWORD}" ]; then
    216216                pprint 2 "Set root password using CFG_ROOT_PASSWORD variable"
    217                 chroot ${NANO_WORLDDIR} sh -c "echo '${CFG_ROOT_PASSWORD}' | pw usermod -h 0 -u root"
     217                chroot ${NANO_WORLDDIR} sh -c "echo '${CFG_ROOT_PASSWORD}' | pw usermod -h 0 -n root"
    218218        else
    219219                pprint 2 "Root password is <blank>, no password provided at variable CFG_ROOT_PASSWORD"
  • branches/releng-10/nanobsd/cfg/nanobsd.wleiden.apu

    r13057 r13174  
    4040benchmarks/iperf
    4141devel/py-yaml
    42 dns/dnsmasq
     42#dns/dnsmasq
    4343ftp/curl
    4444lang/python2
Note: See TracChangeset for help on using the changeset viewer.