mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-20 14:04:30 +01:00
13 lines
299 B
Bash
13 lines
299 B
Bash
#
|
|
# Copyright (c) 2018 SUSE
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
OS_VERSION=${OS_VERSION:-9.5}
|
|
|
|
# Set OS_NAME to the desired debian "codename"
|
|
OS_NAME=${OS_NAME:-"stretch"}
|
|
|
|
# NOTE: Re-using ubuntu rootfs configuration, see 'ubuntu' folder for full content.
|
|
source $script_dir/ubuntu/$CONFIG_SH
|