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