Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iso9660 fs: use cpio initrd instead of ext2 | Arnout Vandecappelle | 2012-11-14 | 1 | -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 changes | Thomas Petazzoni | 2010-06-22 | 1 | -3/+3 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | iso9660: menu.lst fixup after move to fs | Peter Korsgaard | 2010-04-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Move all filesystem generation code to fs/ | Thomas Petazzoni | 2010-04-09 | 1 | -0/+16 |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |