Files
kata-containers/rootfs-builder/fedora/config.sh
Jose Carlos Venegas Munoz 5b8478c4cf rootfs: Add script for Fedora base OS
Add scirpts to build a rootfs based on Fedora.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
2017-12-06 13:31:24 -06:00

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"