The kernel boots, mounts an initial ram disk (initrd), performs further customizable initialization, then mounts the root filesystem and continues initialization (again, usually by calling /sbin/init)
内核引导、安装初始ram磁盘(initrd),执行进一步的可定制初始化,然后安装根文件系统并继续进行初始化(通常也是通过调用 /sbin/init)
Much like embedded booting scenarios, a local disk (floppy or CD-ROM) isn't necessary to boot a kernel and ramdisk root filesystem.
与嵌入式引导的情况类似,本地磁盘(软盘或CD-ROM)对于引导内核和ramdisk根文件系统来说都不是必需的。
Much like embedded booting scenarios, a local disk (floppy or CD-ROM) isn't necessary to boot a kernel and ramdisk root filesystem.
与嵌入式引导的情况类似,本地磁盘(软盘或CD-ROM)对于引导内核和ramdisk根文件系统来说都不是必需的。
应用推荐