tree: 993f7e45cbf8723797f308d9ea881e3e1faf0f61 [path history] [tgz]
  1. lib/
  2. testdata/
  3. BUNDLE.md
  4. complete_script_sample.sh
  5. cros_docker.sh
  6. Dockerfile
  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. mount_partition.sh
  16. NETBOOT.md
  17. netboot_firmware_settings.py
  18. README.md
  19. resize_image_fs.sh
  20. 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.