|
|
@ -609,6 +609,9 @@ int main(int argc, char** argv) |
|
|
|
if ( mount("none", "/dev", "devfs", 0, NULL) && errno != EBUSY ) |
|
|
|
perror("Can't mount /dev"); |
|
|
|
|
|
|
|
if ( mount("none", "/sys", "sysfs", 0, NULL) && errno != EBUSY ) |
|
|
|
perror("Can't mount /sys (not fatal)"); |
|
|
|
|
|
|
|
if ( mount("none", "/proc", "proc", 0, NULL) && errno != EBUSY ) |
|
|
|
perror("Can't mount /proc"); |
|
|
|
|
|
|
|