updating docs, unnecessary rm

This commit is contained in:
brent s 2017-06-20 18:00:56 -04:00
parent aea4f1b8e3
commit 56cddb593a
1 changed files with 0 additions and 1 deletions

View File

@ -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