mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
Runlevel 0 and 6.
This commit is contained in:
parent
4f0acd4aaa
commit
5b0c4de3d7
8
yard/replacements/etc/init.d/halt.example
Executable file
8
yard/replacements/etc/init.d/halt.example
Executable file
@ -0,0 +1,8 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Used by Example.yard
|
||||
|
||||
|
||||
halt -d -f -i -p
|
8
yard/replacements/etc/init.d/reboot.example
Executable file
8
yard/replacements/etc/init.d/reboot.example
Executable file
@ -0,0 +1,8 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Used by Example.yard
|
||||
|
||||
echo -n "Rebooting... "
|
||||
reboot -d -f -i
|
Loading…
x
Reference in New Issue
Block a user