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