initrd

initrd

 英

  • 网络初始内存映像;初始化;初始镜像

例句

This initrd image name is what I used in previous steps; it may differ from what you used.

初始内存镜像名称上一使用相同可能使用名称不同

Other than cross-compilation, the concepts (as they apply to initrd construction) are the same for an embedded target.

除了交叉编译其他概念适用initrd构建对于嵌入式平台都是相同

Edit your initrd image to let the root file system adapter driver load earlier than all other storage adapter drivers.

编辑initrd映像以便首先文件系统适配器驱动程序然后所有其他存储适配器驱动程序

This file, like the traditional Linux boot process, is invoked when the initrd image is decompressed into the RAM disk.

传统Linux引导过程类似这个文件也是initrd映像解压RAM磁盘调用

The initrd is bound to the kernel and loaded as part of the kernel boot procedure.

initrd内核绑定一起作为内核引导过程一部分进行加载

The cpio file format (now supported as a Fedora Core initrd image format) has a long history and operates on a wide range of UNIXes.

cpio文件格式现在可以用作FedoraCore一种initrd映像格式具有历史可以很多UNIX系统使用

Once transferred, the Linux kernel can be booted and initrd mounted, as is done in a local image boot.

传输完成之后可以引导Linux内核挂载initrd本地映像引导过程类似

At this point, you have the initrd image in a block device suitable for mounting.

现在我们一个适合设备这个initrd映像

This initrd serves as a temporary root file system in RAM and allows the kernel to fully boot without having to mount any physical disks.

这个initrd作为RAM临时文件系统使用,并允许内核没有挂载任何物理磁盘情况完整地实现引导

The initrd function allows you to create a small Linux kernel with drivers compiled as loadable modules.

initrd函数我们可以创建一个小型Linux内核其中包括作为加载模块编译驱动程序

The initrd image contains the necessary executables and system files to support the second-stage boot of a Linux system.

initrd映像包含支持Linux系统阶段引导过程需要必要执行程序系统文件

The initrd is also useful as a non-persistent root file system mounted in a RAM disk for embedded Linux systems.

initrd对于嵌入式系统加载RAM磁盘持久文件系统来说非常有用

When you're building an embedded system and want the smallest initrd image possible, there are a few tips to consider.

构建嵌入式系统我们可能希望initrd映像文件尽可能其中有一些技巧需要考虑

The initrd image is actually a RAM disk that contains a small file system with basic configuration files, binaries, libraries, and drivers.

initrd映像实际上一个RAM磁盘其中包含带有基本配置文件文件驱动程序小型文件系统

In the case of desktop or server Linux systems, the initrd is a transient file system.

桌面服务器Linux系统initrd一个临时文件系统

The Debian kernel image packages for ARM require an initrd for booting the system.

ARMDebiankernel影像套件必须利用initrd才能系统开机

This will extract your initrd image to a file initrd; then you mount this file with the ext2 file system type to mount point temp.

代码initrd映像提取initrd文件然后使用ext2文件系统类型加载这个文件加载temp

At the mount point, you now have a directory that represents an ext2 file system that you can populate for your initrd.

这个我们现在一个目录ext2文件系统形式呈现出来我们可以自己initrd文件进行拼装

Minimax is a Linux distribution that fits entirely in an initrd image!

Minimax一个完全封装initrd映像文件Linux发行

Because there is no hard drive in many embedded systems based on Linux, the initrd also serves as the permanent root file system.

由于很多基于Linux嵌入式系统没有硬盘因此initrd作为这种系统永久文件系统使用

The kernel package depends on module-init-tools (which conflicts with the old modutils); initrd-tools depends on cramfsprogs.

内核软件包依赖module-init-tools(原有modutils冲突);initrd-tools依赖cramfsprogs

You should be able to find all files in the initrd image under directory temp now.

现在应当可以temp目录initrd映像找到所有文件

In embedded systems with no mutable storage, the initrd is the permanent root file system.

没有存储设备嵌入式系统initrd永久文件系统

When the kernel is invoked, it decompresses itself into high memory and copies the initrd for later mounting and use.

调用内核自解压高端内存拷贝initrd稍后安装使用

After the kernel and initrd images are decompressed and copied into memory, the kernel is invoked.

内核initrd映像解压拷贝内存之后内核调用

With the second-stage boot loader in RAM, the Linux kernel image and the initial RAM disk image (initrd) are loaded into RAM.

第二阶段引导加载程序加载RAM之后Linux内核映像初始RAM磁盘映像initrd加载RAM

You can check the Resources section for more information on creating or customizing your own initrd image.

有关创建定制自己initrd映像详细信息可以查看参考资料部分

As in these newer Linux distributions, the initrd image is also compressed with cpio.

这些最新Linux发行版initrd映像也是cpio压缩

Rather, Cr-48's boot process is missing a pretty vital part necessary for Ubuntu's kernel to work: initrd.

实际上Ubuntu内核工作,Cr-48启动过程缺少一个相当关键部分initrd

To shrink the size of your initrd even further, consider using a C library alternative to glibc, such as uClibc or dietlib.

进一步缩减initrd文件大小请考虑使用glibc替代例如uClibcdietlib

Section for more information on creating or customizing your own initrd image.

有关创建定制自己initrd映像详细信息可以查看

You can now interact with GRUB to define the specific kernel and initrd image to load.

我们现在可以GRUB进行交互从而定义加载哪个内核initrd映像文件

The kernel (bzImage) and the initrd image (initrd. gz) are then copied to the (bootable, ext3) floppy.

接着内核bzImageinitrd映像(initrd.gz)复制(bootable,ext3)软盘

Beginning with Fedora Core 3, the default initrd image is a compressed cpio archive file.

FedoraCore3开始默认initrd映像变成一个经过压缩cpio归档文件

The initial RAM disk (initrd) is an initial root file system that is mounted prior to when the real root file system is available.

初始RAM磁盘initrd实际文件系统可用之前系统一个初始文件系统

In order to use this method, we need to create two things, a kernel and an initrd image.

为了使用这种方法我们需要创建内核initrd映像

Here, initrdmp. gz is the initrd image name.

这里,initrdmp.gz初始内存镜像名称

Prior to Fedora Core 3, the initrd is constructed using the loop device.

FedoraCore3之前initrd使用loop设备构建

DMMP isn't build into the initrd image, so you can use following commands to do it

DMMP没有构建初始内存镜像因此可以使用以下命令完成

To tailor an existing initrd image to your own needs, see

修改现有initrd映像满足自己需要请参阅