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-embed
2021-05-20 17:28:33 +08:00

14 lines
271 B
Bash
Executable File

#!/bin/sh
# Copyright (C) 2014-2015 Curt Brune <curt@cumulusnetworks.com>
#
# SPDX-License-Identifier: GPL-2.0
. /lib/onie/common-blkdev
echo "Rebooting into ONIE embed mode..."
set_onie_next_boot
/mnt/onie-boot/onie/tools/bin/onie-boot-mode -q -o embed
reboot