aboutsummaryrefslogtreecommitdiffstats
path: root/fs/iso9660/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* iso9660 fs: use cpio initrd instead of ext2Arnout Vandecappelle2012-11-141-1/+1
| | | | | | | | | | | | | | | 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>
* iso9660: take into account the linux changesThomas Petazzoni2010-06-221-3/+3
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* iso9660: menu.lst fixup after move to fsPeter Korsgaard2010-04-151-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Move all filesystem generation code to fs/Thomas Petazzoni2010-04-091-0/+16
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>