[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-cpio] [PATCH v4 3/3] gen_init_cpio: add support for file metada
From: |
Mimi Zohar |
Subject: |
Re: [Bug-cpio] [PATCH v4 3/3] gen_init_cpio: add support for file metadata |
Date: |
Sun, 30 Jun 2019 11:27:36 -0400 |
On Thu, 2019-05-23 at 14:18 +0200, Roberto Sassu wrote:
> diff --git a/usr/Kconfig b/usr/Kconfig
> index 43658b8a975e..8d9f54a16440 100644
> --- a/usr/Kconfig
> +++ b/usr/Kconfig
> @@ -233,3 +233,11 @@ config INITRAMFS_COMPRESSION
> default ".lzma" if RD_LZMA
> default ".bz2" if RD_BZIP2
> default ""
> +
> +config INITRAMFS_FILE_METADATA
> + string "File metadata type"
> + default ""
> + help
> + Specify xattr to include xattrs in the image.
> +
> + If you are not sure, leave it blank.
> fi
Instead of having to specify the metdata type, let's make this a
choice.
Mimi
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Bug-cpio] [PATCH v4 3/3] gen_init_cpio: add support for file metadata,
Mimi Zohar <=