Files
kata-containers/tools/packaging/kernel/configs/fragments/common
James O. D. Hunt e22a4e2a0a packaging: Make kernel config accessible to guest
Provide the `/proc/config.gz` file in guest kernels that allow the guest
to determine the kernel configuration used to build the running kernel.

Note that since `gunzip` expects to rename the gzip'ed file it operates
on, to use this feature you need to run something like the following in
the container environment:

 ```bash
 # cat /proc/config.gz|gunzip -c
 ```

Fixes: #3445.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2022-01-14 08:50:34 +00:00
..
2020-06-23 22:58:18 -07:00
2021-05-21 06:09:05 +00:00
2021-05-21 06:05:21 +00:00
2020-06-23 22:58:18 -07:00
2020-08-24 14:35:59 +02:00
2021-05-21 06:09:05 +00:00
2020-08-24 14:25:34 +02:00