-
Committer:
James Hunt
-
Date:
2012-08-02 09:46:16 UTC
-
mto:
This revision was merged to the branch mainline in
revision
1375.
-
Revision ID:
james.hunt@ubuntu.com-20120802094616-di1b1tgajgccankf
* init/main.c:main(): Create /dev/ptmx and mount /dev and /dev/pts to
handle scenario where Upstart boots in a non-initramfs environment
(LP: #980917).
* init/system.c: system_mount(): Add flags parameter (to allow /dev and
/dev/pts to be mounted without MS_NODEV).
* init/system.h: system_mount(): Updated prototype.