google / novm

Experimental KVM-based VMM for containers, written in Go.
Apache License 2.0
1.68k stars 123 forks source link

--read "/home=>/tmp/home" leads to fail boot #37

Open hamo opened 9 years ago

hamo commented 9 years ago

Create through command: python2 /usr/bin/novm create --com1 --nofork --read "/home=>/tmp/home"

and system hangs at [ 0.784444] switch_root: cannot access /proc/self/fd/3: No such file or directory [ 0.790306] switch_root: failed to execute /proc/self/fd/3: No such file or directory

Without --read "/home=>/tmp/home" works fine.