- 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:
parent
2f595f03c6
commit
180f370298
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue