diff options
author | brent s <r00t@square-r00t.net> | 2017-06-20 18:00:56 -0400 |
---|---|---|
committer | brent s <r00t@square-r00t.net> | 2017-06-20 18:00:56 -0400 |
commit | 56cddb593a7a9316f5daaf004b40a36819ccce47 (patch) | |
tree | 026f0d1d00ffcc475716159af06ad72364c82f3c | |
parent | aea4f1b8e3b44e8f74a0907ee679ef34234b42f6 (diff) | |
download | AIF-NG-56cddb593a7a9316f5daaf004b40a36819ccce47.tar.xz |
updating docs, unnecessary rm
-rw-r--r-- | docs/README.adoc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/README.adoc b/docs/README.adoc index 15ec790..d0f51a2 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -182,7 +182,6 @@ Currently, only one method of logging is enabled, and is always enabled. It can == Debugging Sometimes it's useful to get a little more information, or to start an installation from within an already-booted environment and you didn't remember (or weren't able to) change the kernel parameters. If this is the case, simply export the `DEBUG` environment variable (it can be set to anything, it doesn't matter) -- if this is done, the arguments will be read from /tmp/cmdline instead. e.g.: - rm -f * export DEBUG=true cp /proc/cmdline /tmp/. chmod 600 /tmp/cmdline |