repo.or.cz
/
cinitramfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
load modules common to all linux revisions
[cinitramfs.git]
/
cpio.in
blob
2516d063ca695699c1ec3d755ef782bad84f203f
1
#those are defined in the base initramfs from linux src tree which will be
2
#merges with the content of this one
3
#dir /dev 0755 0 0
4
#nod /dev/console 0600 0 0 c 5 1
5
#dir /root 0700 0 0
6
7
file /init @INIT_PATH@ 0755 0 0
8
9
dir /proc 0777 0 0
10
dir /sys 0777 0 0
11
dir /newroot 0777 0 0
12
dir /lib 0755 0 0
13
dir /lib/modules 0755 0 0