iso9660 fs: use cpio initrd instead of ext2
authorArnout Vandecappelle <arnout@mind.be>
Fri, 9 Nov 2012 13:54:09 +0000 (13:54 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 14 Nov 2012 21:53:25 +0000 (22:53 +0100)
commitff3391323a2baa8c1238d795ec82701dacb77c6f
tree74523efbaa01951754bc609cb828eac0d07bc44b
parentbac970e99d751dd58561313a38311962ea0a79f1
iso9660 fs: use cpio initrd instead of ext2

The ext2 initrd is pretty broken, because it requires an additional
root=/dev/ram0 command line parameter, and a /init to mount
devtmps that isn't there in out ext2 rootfs.  So just use a cpio
instead.

Note that there is no check if the kernel supports initramfs or the
selected compression method.

Also removed a bit of dead code in iso9660.mk.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
fs/iso9660/Config.in
fs/iso9660/iso9660.mk