Files
kata-containers/tools/osbuilder/rootfs-builder/debian/rootfs_lib.sh
Fabiano Fidêncio f21c902dfb tools: Fix shellcheck issues in rootfs_lib.sh
Fix shellcheck warnings and notes identified by running
shellcheck --severity=style.

Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
2026-04-24 08:14:08 +02:00

11 lines
256 B
Bash

#!/usr/bin/env bash
#
# Copyright (c) 2018 SUSE
#
# SPDX-License-Identifier: Apache-2.0
# NOTE: Re-using ubuntu rootfs lib, see 'ubuntu' folder for details.
# shellcheck disable=SC2154
# shellcheck source=/dev/null
source "${script_dir}/ubuntu/${LIB_SH}"