mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 19:35:32 +00:00
move all osbuilder files into `tools` directory to be able to merge this into kata-containers repo. Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
8 lines
174 B
Bash
8 lines
174 B
Bash
#
|
|
# Copyright (c) 2018 SUSE
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# NOTE: Re-using ubuntu rootfs lib, see 'ubuntu' folder for details.
|
|
source ${script_dir}/ubuntu/$LIB_SH
|