mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 11:58:41 +00:00
Add scirpts to build a rootfs based on Fedora. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
9 lines
162 B
Bash
9 lines
162 B
Bash
#
|
|
# Copyright (c) 2017 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#Fedora version to use
|
|
OS_VERSION=${OS_VERSION:-27}
|
|
PACKAGES="systemd iptables"
|