cpio: fix boot with dynamic /dev
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 6 Sep 2011 21:16:08 +0000 (23:16 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 27 Sep 2011 20:36:26 +0000 (22:36 +0200)
commit3fac21ef8d794b47f731003b399e704349c54346
treeaf2e10c1908c9241f89defd522eeb4767980aa00
parent0a775837fb869ff6ac0996a08b8a3c9ead8fdbf0
cpio: fix boot with dynamic /dev

Devtmpfs doesn't get automounted by the kernel when an initramfs is used.
Since cpio archives are used almost exclusively as an initramfs, the same
fix should be applied to it as for the initramfs.

Cfr. commit 424888e47431db738f5f9b3c6392435bfce7a842 and
10a130f91e5b947e2d2558443ff09b1686eac273.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
fs/cpio/cpio.mk
fs/cpio/init [new file with mode: 0755]