tree: 61b853f914fd90508034ebbcbce815c16edb5045 [path history] [tgz]
  1. lib/
  2. testdata/
  3. complete_script_sample.sh
  4. cros_docker.sh
  5. Dockerfile
  6. Dockerfile.overlord
  7. edit_lsb_factory.sh
  8. extract_firmware_updater.sh
  9. factory_common.sh
  10. make_factory_package.sh
  11. merge_factory_usbimg.sh
  12. miniomaha.py
  13. miniomaha_engine.py
  14. miniomaha_test.py
  15. mk_memento_images.sh
  16. mount_partition.sh
  17. netboot_firmware_settings.py
  18. README.md
  19. 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.