tree: 6d3cf0236200140dde2dea4cfce0fbcc7ec8995b [path history] [tgz]
  1. lib/
  2. .gitignore
  3. BUNDLE.md
  4. complete_script_sample.sh
  5. create_hwid_bundle.sh
  6. cros_docker.sh
  7. cros_hwidservice.sh
  8. Dockerfile
  9. edit_lsb_factory.sh
  10. extract_firmware_updater.sh
  11. factory_common.sh
  12. FACTORY_SERVER.md
  13. make_factory_package.sh
  14. merge_factory_usbimg.sh
  15. mount_partition.sh
  16. NETBOOT.md
  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.