DragonFly BSD
DragonFly commits List (threaded) for 2011-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - adjust devfs mount point according to init_chroot loader variable


From: YONETANI Tomokazu <y0netan1@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 5 Feb 2011 01:31:50 -0800 (PST)

commit 358c69e996e6dd4278ea6a92d322b973548c4ce8
Author: YONETANI Tomokazu <y0netan1@dragonflybsd.org>
Date:   Wed Feb 2 18:45:16 2011 +0900

    kernel - adjust devfs mount point according to init_chroot loader variable
    
    /dev is mounted before /sbin/init is executed, so when it chroot() itself
    and execute the shell, the chroot()'ed space doesn't contain the mounted
    devfs inside it and the shell gets stuck.

Summary of changes:
 sys/kern/vfs_conf.c |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/358c69e996e6dd4278ea6a92d322b973548c4ce8


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]