- add the directories sbin and var

git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@403 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
stefan 2011-02-10 06:47:22 +00:00
parent 2f595f03c6
commit 180f370298

View file

@ -246,6 +246,8 @@ int initrd_init(void)
/* create the directory bin and dev */
mkdir_fs(fs_root, "bin");
mkdir_fs(fs_root, "sbin");
mkdir_fs(fs_root, "var");
tmp = mkdir_fs(fs_root, "dev");
/* create the character device "null" */
null_init(tmp, "null");