URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [usr/] [Kconfig] - Rev 62
Compare with Previous | Blame | View Log
## Configuration for initramfs#config INITRAMFS_SOURCEstring "Initramfs source file(s)"default ""helpThis can be either a single cpio archive with a .cpio suffix or aspace-separated list of directories and files for building theinitramfs image. A cpio archive should contain a filesystem archiveto be used as an initramfs image. Directories should contain afilesystem layout to be included in the initramfs image. Filesshould contain entries according to the format described by the"usr/gen_init_cpio" program in the kernel tree.When multiple directories and files are specified then theinitramfs image will be the aggregate of all of them.See <file:Documentation/early-userspace/README> for more details.If you are not sure, leave it blank.config INITRAMFS_ROOT_UIDint "User ID to map to 0 (user root)"depends on INITRAMFS_SOURCE!=""default "0"helpThis setting is only meaningful if the INITRAMFS_SOURCE iscontains a directory. Setting this user ID (UID) to somethingother than "0" will cause all files owned by that UID to beowned by user root in the initial ramdisk image.If you are not sure, leave it set to "0".config INITRAMFS_ROOT_GIDint "Group ID to map to 0 (group root)"depends on INITRAMFS_SOURCE!=""default "0"helpThis setting is only meaningful if the INITRAMFS_SOURCE iscontains a directory. Setting this group ID (GID) to somethingother than "0" will cause all files owned by that GID to beowned by group root in the initial ramdisk image.If you are not sure, leave it set to "0".
