资 源 简 介
Introduction
ainitramfs is a program that generates an initramfs (initrd) (initial RAM filesystem).
An initramfs is a small filesystem image loaded right after the Linux kernel initializes. Its primary job is to mount the root filesystem and then give control over to the full system. The initramfs contains kernel modules (drivers), which are loaded on demand to allow access to the root filesystem. This allows for building a generic small kernel image, with most of the drivers as modules, even those needed for booting.
ainitramfs generates a very basic initramfs. It is only capable of booting off physical disks and NFS(nothing fancy like RAID, LVM).
However one advantage of ainitramfs is that it can build an initramfs for a system different than the one it is installed on, and for a different architecture. In fact, I have developed it for this very reason.
Requirements
The generator is written in PHP. You need to have PHP and th