tree: 4e1c40fa06ab6de3c2e81368a17e34964c6c7438 [path history] [tgz]
  1. lib/
  2. rma/
  3. sshkeys/
  4. testdata/
  5. complete_script_sample.sh
  6. cros_docker.sh
  7. Dockerfile
  8. Dockerfile.overlord
  9. edit_lsb_factory.sh
  10. extract_firmware_updater.sh
  11. factory_common.sh
  12. get_recovery_image.py
  13. make_factory_package.sh
  14. make_image_resource.sh
  15. make_universal_factory_shim.sh
  16. merge_factory_usbimg.sh
  17. miniomaha.py
  18. miniomaha_engine.py
  19. miniomaha_test.py
  20. mk_memento_images.sh
  21. modify_netboot_ip.sh
  22. mount_partition.sh
  23. netboot_firmware_settings.py
  24. README.md
  25. resize_image_fs.sh
setup/README.md

Factory setup scripts

This folder contains scripts for factory flow setup. All scripts here may be executed in different environments:

  • Inside chroot of cros_sdk
  • Outside chroot but still with complete source tree
  • Inside a factory bundle running on arbitrary Linux device

So all scripts must use only the libraries in same folder and not relying on any files in cros source tree.