mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-08 08:54:29 +01: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"
|