summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@iohq.net>2016-02-15 22:08:07 -0700
committerAaron Ball <nullspoon@iohq.net>2016-02-15 22:09:52 -0700
commitb7e2bcbd4e2945dc1225466a81a4248726935fea (patch)
treef84a1f31a9bf7f42f6e4ff83f14de4bd25588924 /src
parentf093f3d2aefabc35d3a2c6b655225fae08097588 (diff)
downloadoper.io-b7e2bcbd4e2945dc1225466a81a4248726935fea.tar.gz
oper.io-b7e2bcbd4e2945dc1225466a81a4248726935fea.tar.xz
Updated index with sysrq-trigger post
Diffstat (limited to 'src')
-rw-r--r--src/index.ascii1
-rw-r--r--src/linux:manual_restart_with_sysrq-trigger.ascii18
2 files changed, 10 insertions, 9 deletions
diff --git a/src/index.ascii b/src/index.ascii
index d5de5fd..400227f 100644
--- a/src/index.ascii
+++ b/src/index.ascii
@@ -17,6 +17,7 @@ New Posts
Linux
~~~~~
+* link:?p=linux:manual_restart_with_sysrq-trigger[Linux:Manual Restart with sysrq-trigger]
* link:?p=crux_linux:faster_builds[Crux Linux:Faster Builds]
* link:?p=gentoo:converting_portage_to_git[Gentoo:Converting Portage to Git]
* link:?p=gentoo:kernel_cleanup[Gentoo:Kernel Cleanup]
diff --git a/src/linux:manual_restart_with_sysrq-trigger.ascii b/src/linux:manual_restart_with_sysrq-trigger.ascii
index adca6d7..45a0243 100644
--- a/src/linux:manual_restart_with_sysrq-trigger.ascii
+++ b/src/linux:manual_restart_with_sysrq-trigger.ascii
@@ -68,31 +68,31 @@ Here is the list of commands that should be sent to sysrq-trigger, in order,
for both a shutdown and a reboot.
* echo r > /proc/sysrq-trigger::
- (un*R*aw) Takes back control of keyboard from X
+ * (un*R*aw) Takes back control of keyboard from X
* echo e > /proc/sysrq-trigger::
- (t*E*rminate) Send SIGTERM to all processes. If you aren't familiar with
- process signals, this is basically a friendly kill command for every process.
+ * (t*E*rminate) Send SIGTERM to all processes. If you aren't familiar with
+ process signals, this is basically a friendly kill command for every process.
* echo i > /proc/sysrq-trigger::
- (k*I*ll) Send SIGKILL to all processes. If you aren't familiar with process
- signals, this is basically a kill -9 command for every remaining process.
+ * (k*I*ll) Send SIGKILL to all processes. If you aren't familiar with process
+ signals, this is basically a kill -9 command for every remaining process.
* echo s > /proc/sysrq-trigger::
- (*S*nc) Sync all cached disk operations to disk
+ * (*S*nc) Sync all cached disk operations to disk
* echo u > /proc/sysrq-trigger::
- (*U*mount) Umounts all mounted partitions
+ * (*U*mount) Umounts all mounted partitions
The previous commands all get us to a ready to shutdown or reboot state. To
shutdown or reboot, execute one of the following.
* echo o > /proc/sysrq-trigger::
- (p*O*weroff) Powers off the system
+ * (p*O*weroff) Powers off the system
* echo b > /proc/sysrq-trigger::
- (re*B*oot) Reboots the system
+ * (re*B*oot) Reboots the system
The entire list in order, using the reboot command...

Generated by cgit