From: SourceForge.net <no...@so...> - 2010-12-21 09:58:38
|
Feature Requests item #3141166, was opened at 2010-12-21 09:58 Message generated for change (Tracker Item Submitted) made by ok-man You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622066&aid=3141166&group_id=98788 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Chris (ok-man) Assigned to: Nobody/Anonymous (nobody) Summary: Multiple initramfs (initrd.gz) Initial Comment: Is it possible to specify multiple initramfs to be extracted during boot. This can be useful if you want to create a generic initramfs (or use one from a distro) and then add modifications in separate files (for example a custom /init or extract the coLinux modules). I think it will be a simple way to convert a distro (would this be useful for running from different types of iso images?). It is also a convenient if you need to upgrade a distro - without needing to re-master the initramfs. You can specify multiple initramfs archives in grub and syslinux config. I have tried using multiple initrd lines in coLinux but this did not seem to work. The kernel will extract these files in the order they are specified. The files will all be extracted into the same place, this means files from later archives will overwrite former ones if they have the same filename. Also note that it is possible to have an initramfs archive embedded in the kernel as well as extra ones specified in the config. The archive in the kernel will be extracted first, followed by the ones in the config. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622066&aid=3141166&group_id=98788 |