]> git.lizzy.rs Git - plan9front.git/commit - sys/src/9/boot/bootrc
bootrc: unmount devip *before* starting factotum
authorcinap_lenrek <cinap_lenrek@felloff.net>
Sat, 21 Sep 2019 16:48:14 +0000 (18:48 +0200)
committercinap_lenrek <cinap_lenrek@felloff.net>
Sat, 21 Sep 2019 16:48:14 +0000 (18:48 +0200)
commitb56909157f0cd2491cd2918f7923676f22b5707c
tree39fc260c307a279d45895d8c175756c9a5094a0f
parent5b7d8e1f6fb4167e354545fef7e6dd6676986441
bootrc: unmount devip *before* starting factotum

we want devip to get reattached after hostowner has been written. factotum
already handles this with a private authdial() routine that mounts devip
when it is not present. so we detach devmnt before starting factotum,
and attach once factotum finishes.
sys/src/9/boot/bootrc