From a28121cbaba7a24be39c795e84106e4123671c10 Mon Sep 17 00:00:00 2001 From: brent s Date: Sun, 7 May 2017 11:27:14 -0400 Subject: [PATCH] fixing that formatting a bit --- docs/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.adoc b/docs/README.adoc index 348b9e3..85acd3f 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -138,7 +138,7 @@ Configure your bootloader to add the following options as necessary: * If `aif_auth` is `digest`, this is the realm we would use (we attempt to "guess" if it isn’t specified); otherwise it is ignored. == Logging -Currently, only one method of logging is enabled, and is always enabled. On the building host, it can be found on the host and guest at /root/aif.log.. Note that after the build finishes successfully, it will remove the host's log (as it's just a broken symlink at that point). You will be able to find the full log in the guest after the install, however. +Currently, only one method of logging is enabled, and is always enabled. It can be found on the host and guest at */root/aif.log.__*. Note that after the build finishes successfully, it will remove the host's log (as it's just a broken symlink at that point). You will be able to find the full log in the guest after the install, however. == 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.: