This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-tsg-os-buildimage/rootconf/sysroot-bin/onie-reboot-fwpkg

15 lines
394 B
Plaintext
Raw Normal View History

2021-05-20 16:37:46 +08:00
#!/bin/sh
# Copyright (C) 2015 Curt Brune <curt@cumulusnetworks.com>
#
# SPDX-License-Identifier: GPL-2.0
# This script is just a simple wrapper around 'onie-fwpkg' from the
# onie-tools package.
# "Rebrand" the output of the ONIE tool program to match the name of
# this script.
export ONIE_FWPKG_PROGRAM_NAME=$(basename $(realpath $0))
/mnt/onie-boot/onie/tools/bin/onie-fwpkg "$@"