recovery: fix vt3 debug output

The redirect to vt3 was being done prior to the vts
being set up by frecon.  Moving frecon call earlier
in the init process so that the /run/frecon/vt# links
are created earlier in the recovery flow.

BUG=chromium:703991
BRANCH=None
TEST=Build recovery image, go through recovery flow
     and make sure that recovery.log output to vt2
     in realtime.

Change-Id: I40ffc3f326a4394e471106b97ce44c0f510d873f
Signed-off-by: Shelley Chen <shchen@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/464067
Reviewed-by: Randall Spangler <rspangler@chromium.org>
2 files changed
tree: 66f6ed632ab503af8fe81774fb2ba3c55f61a0af
  1. common/
  2. factory_netboot/
  3. factory_shim/
  4. loader_kernel/
  5. recovery/
  6. test/
  7. .gitignore
  8. LICENSE
  9. Makefile
  10. OWNERS
  11. README.md
README.md

Chromium OS initramfs

Build logic for creating standalone initramfs environments.

See the README files in the respective subdirs for more details.

To Use

Normally you wouldn't build in this directory directly. Instead, you would build the chromeos-initramfs package with the right USE flags. e.g.:

$ USE=recovery_ramfs emerge-$BOARD chromeos-initramfs

That will install the cpio initramfs files into the sysroot for you to build into a kernel directly. The various build scripts would then be used to make the right kernel/image using those (e.g. mod_image_for_recovery.sh).

To Make

You could build these by hand for quick testing. Inside the chroot:

$ make SYSROOT=/build/$BOARD BOARD=$BOARD <target>

That will create the cpio archives for you.