- 0d80e9e flexor: Fix log copy when saving logs by Ted Brandston · 5 months ago
- cf92cbd flexor: Surface log saving errors better by Ted Brandston · 5 months ago
- 48e61c1 flexor: Fix log storage destination logic by Ted Brandston · 5 months ago
- be85ccc flexor: Log install attempts by Ted Brandston · 5 months ago
- f9d5c8f flexor: Clarify logs by Ted Brandston · 5 months ago
- b629cfb flexor: UEFI boot entry should be "ChromeOS Flex" by Ted Brandston · 5 months ago
- 6c6c7e4 flexor: Tiny refactor of xtask file copy by Ted Brandston · 5 months ago
- 34dd3e6 flexor: Simplify try_exists to exists by Ted Brandston · 5 months ago
- 77a2722 flexor: Add install_type file for usage metrics by Ted Brandston · 5 months ago
- ac88f1b flexor: Split mount_stateful from copy_flex_conf by Ted Brandston · 5 months ago
- 32cf488 flexor: Let create-test-disk copy flex_config.json by Ted Brandston · 5 months ago
- ccebed5 flexor: increase flex partition size by Nikhil Gumidelli · 6 months ago
- 0d48fd6 flexor: create-test-disk now uses crdyboot_verbose by Ted Brandston · 6 months ago
- 610d699 flexor: increase flex partition size by Nikhil Gumidelli · 7 months ago
- a4056cf flexor: Make one mount read-only by Ted Brandston · 8 months ago
- 2b9d595 flexor: Mount efivarfs by Ted Brandston · 8 months ago
- dec8393a flexor: Add xtask action to create a test disk by Nicholas Bishop · 9 months ago
- 98fb378 flexor: Stub in create-test-disk action by Nicholas Bishop · 9 months ago
- 080c522 flexor: Refactor xtask code for finding a partition by type by Nicholas Bishop · 9 months ago
- 2ac89b4 flexor: Add run_cmd to xtask by Nicholas Bishop · 9 months ago
- 6f7dcc9 flexor: Simplify test_disk::update args by Nicholas Bishop · 9 months ago
- aa42e1f7 flexor: Make update-test-disk faster by Nicholas Bishop · 9 months ago
- 7fea5d1 flexor: Use fs-err in xtask by Nicholas Bishop · 9 months ago
- 0e1541d flexor: increase flex partition size by Nikhil Gumidelli · 9 months ago
- 154b90b flexor: Fix test flakeyness due to output ordering by Nicholas Bishop · 10 months ago
- 6a7d3f2 flexor: Log output from child processes by Nicholas Bishop · 10 months ago
- 8ef9bb1 flexor: Improve qemu args by Nicholas Bishop · 10 months ago
- 1eba9b7 flexor: Update readme by Nicholas Bishop · 10 months ago
- f2e71aa flexor: Add xtask for just updating a test disk by Ted Brandston · 10 months ago
- 19252a4 flexor: Add run-test-disk options to update image by Ted Brandston · 10 months ago
- 3558582 flexor: Add xtask to run test disk in a vm by Ted Brandston · 10 months ago
- 432d93d flexor: Set up xtask by Ted Brandston · 10 months ago
- f493d4b libchromeos-rs: Convert TempBackedMount to Mount by Ted Brandston · 12 months ago
- d6a377d libchromeos-rs: Rename Mount to TempBackedMount by Ted Brandston · 12 months ago
- 53b3655 flexor: Make clippy happy by Ted Brandston · 12 months ago
- b98e672 flexor: Use mount from libchromeos-rs by Ted Brandston · 1 year, 2 months ago
- 07047e3 flexor: Cut log messages that are longer than 1024 bytes by Bastian Kersting · 1 year, 5 months ago
- c59559b flexor: Fix command execution by Bastian Kersting · 1 year, 5 months ago
- f4f3068 flexor: Fix return error in run() method by Bastian Kersting · 1 year, 5 months ago
- 3d2e508 flexor: Clean up logs by Bastian Kersting · 1 year, 5 months ago
- c866470 flexor: Log to kmsg instead of syslog by Bastian Kersting · 1 year, 5 months ago
- 1104adc flexor: replace libchromeos::rand with crates.io rand by Daniel Verkamp · 1 year, 6 months ago
- 9a64f9e flexor: Drop skip_src_removable flag from chromeos-install call by Nicholas Bishop · 1 year, 6 months ago
- 796351e flexor: Don't make failing to copy the config an error by Bastian Kersting · 1 year, 6 months ago
- f7c01be flexor: Use correct GID and UID for config.json by Bastian Kersting · 1 year, 6 months ago
- 0796c4a flexor: Log to /dev/kmsg on start and finish by Bastian Kersting · 1 year, 8 months ago
- d7010ef flexor: Apply clippy warnings by Bastian Kersting · 1 year, 8 months ago
- c0328ed flexor: Also preserve config.json during the deployment by Bastian Kersting · 1 year, 8 months ago
- 52d8b37 flexor: Identify install partition by payload by Bastian Kersting · 1 year, 8 months ago
- d6c8fe5 flexor: Rename data partition to install partition by Bastian Kersting · 1 year, 9 months ago
- bca5827 flexor: Switch to type GUID to identify data partition by Bastian Kersting · 1 year, 10 months ago
- 1bcc1e4 flexor: Revisit logging and error contexts by Bastian Kersting · 1 year, 10 months ago
- 3b32f3e flexor: Move debug console upstart job to ramfs_debug by Bastian Kersting · 1 year, 10 months ago
- 3435535 flexor: Identify data partition by guid, not by index by Bastian Kersting · 1 year, 10 months ago
- b3991b0 flexor: Add retry logic for installation by Bastian Kersting · 1 year, 10 months ago
- e4a0376 flexor: Add uguid dependency by Bastian Kersting · 1 year, 11 months ago
- c266942 flexor: Fix wrong used partition check by Bastian Kersting · 1 year, 11 months ago
- f138f6b flexor: Remove flex deployment partition by Bastian Kersting · 1 year, 11 months ago
- ff48b5a flexor: add functions to remove the flex deploy partition by Bastian Kersting · 1 year, 11 months ago
- d6c0794 flexor: Unify functions consuming std::path::Path by Bastian Kersting · 1 year, 11 months ago
- aed276b flexor: Hardcode blocksize in all places by Bastian Kersting · 1 year, 11 months ago
- 2bcb2c8 flexor: Move some utils to disk:: by Bastian Kersting · 1 year, 11 months ago
- 3a17789 flexor: Actually generate random UUID for cgpt by Bastian Kersting · 1 year, 11 months ago
- 8b99775 flexor: Unify comments by Bastian Kersting · 1 year, 11 months ago
- 1456a1b flexor: Bump gpt crates to 0.16.0 by Bastian Kersting · 1 year, 11 months ago
- f2b1bc0 flexor: Switch logging to syslog by Bastian Kersting · 1 year, 11 months ago
- 4b0dccc flexor: Add upstart config files by Bastian Kersting · 1 year, 11 months ago
- aa7eb72 flexor: Add mechanism to detect disk by Bastian Kersting · 1 year, 11 months ago
- 0799377 flexor: Replace get_partition_device with libchromeos call by Bastian Kersting · 2 years ago
- c5031ce flexor: Update chromeos-install argument by Bastian Kersting · 2 years ago
- bc66a5b flexor: Add cargo_clippy presubmits by Bastian Kersting · 2 years ago
- 8ff1559 flexor: Implement installation logic by Bastian Kersting · 2 years ago
- e08bd60 flexor: Add utility for uncompressing a tar.xz by Bastian Kersting · 2 years ago
- 9aad950 flexor: Add utilities for writing filesystems and syncing partitions by Bastian Kersting · 2 years ago
- b356a7e flexor: Add utilities for interacting with the disk by Bastian Kersting · 2 years ago
- f12c894 flexor: Fix failing test by Bastian Kersting · 2 years ago
- 1a7e1f8 flexor: Add tests for cgpt module by Bastian Kersting · 2 years ago
- ddd214e flexor: Add cgpt module by Bastian Kersting · 2 years ago
- bc4945a flexor: Add function for retrieving a partition by name by Bastian Kersting · 2 years ago
- f16954d flexor: Add initial type for interacting with GPT by Bastian Kersting · 2 years ago
- 4ccbde2 flexor: Add wrapper for invoking chromeos-install by Bastian Kersting · 2 years ago
- 7f4a509 flexor: Change fat32 to vfat by Bastian Kersting · 2 years ago
- c7d5ca0 flexor: Add type for mounting by Bastian Kersting · 2 years ago
- fca370b flexor: Add logging and switch to anyhow by Bastian Kersting · 2 years ago
- 8919f65 flexor: Fix Markdown formatting and DIR_METADATA by Bastian Kersting · 2 years ago
- c91bdee flexor: Add flexor package by Bastian Kersting · 2 years ago