#!/bin/bash
# SPDX-FileCopyrightText: 2023 SUSE LLC
# SPDX-License-Identifier: GPL-2.0-or-later
set -euxo pipefail

# This script is just to fulfill Combustion requirement in the downstream Ignition
# package for MicroOS and derivatives.
# Send out a warning message to make explicit Ignition kargs is not supported in conjunction with Catalyst.
echo -e "Ignition kernelArguments is not supported by Linux systems using Catalyst.\n"
exit 1
