mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 18:39:40 +01:00
Introduces a variable HALTARGS which specifies the arguments sent to halt and reboot, and sets the default value to "-d -f", dropping the previous -i (shut down all network interfaces before halt/reboot, which causes a freeze with NFS root.) Fixes [YOCTO #997]. (From OE-Core rev: ace183894a5319cd73c94fd2653bbe52f29dca0b) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
297 B
Executable File
297 B
Executable File
#! /bin/sh
BEGIN INIT INFO
Provides: reboot
Required-Start:
Required-Stop:
Default-Start:
Default-Stop: 6
Short-Description: Execute the reboot command.
Description:
END INIT INFO
PATH=/sbin:/bin:/usr/sbin:/usr/bin
echo -n "Rebooting... " reboot SED_HALTARGS