image build and composition scripts for Flatcar Container Linux
Go to file
Antoine Labour 4c64b507db Disable fsck in cros_make_image_bootable
cros_make_image_bootable is called up to 4 times in a typical workflow. The fsck
check can take up to a minute or more because it first copies 2G of the image to
run the fsck on. It adds several minutes to the build.
The check itself is just a sanity check that shouldn't trigger in normal builds.

BUG=none
TEST=build_image

Change-Id: I86512f7efc67027fe687f0c0ad8f6df32579dbe2
Reviewed-on: http://gerrit.chromium.org/gerrit/2250
Reviewed-by: Gaurav Shah <gauravsh@chromium.org>
Reviewed-by: David James <davidjames@chromium.org>
Tested-by: Antoine Labour <piman@chromium.org>
Reviewed-by: Antoine Labour <piman@chromium.org>
2011-06-07 15:47:06 -07:00
bin Disable fsck in cros_make_image_bootable 2011-06-07 15:47:06 -07:00
bootperf-bin Enhancements to bootperf, based on recent user feedback. 2011-02-17 10:33:28 -08:00
chroot_version_hooks.d Add chroot version 2 upgrade script 2011-06-03 15:32:08 -07:00
lib Arbitrarily large output can't be used in an exception. 2011-04-28 15:29:12 -07:00
mod_for_factory_scripts fix factory scripts based on nvrm changes 2011-04-08 10:00:01 -07:00
mod_for_test_scripts scripts: adjust to change in flimflam.conf 2011-06-01 11:57:57 -07:00
.gitignore ignore: tmp files and .pyc files 2010-09-09 14:25:33 -07:00
archive_build.sh Cp testtarball to outdir and upload from there. 2011-06-01 16:39:10 -07:00
archive_hwqual Fix archive_hwqual to point to non-py file. 2011-03-24 19:55:28 -07:00
bash_completion cros_workon: fix comments/messages to be consistent with new location 2011-02-05 11:42:19 -08:00
build_gpt.sh Add 64bit support to the build scripts. 2011-05-18 10:07:46 -07:00
build_image Add "blkdevram" USE flag when building ARM factory install kernel 2011-06-03 00:30:15 -07:00
build_kernel_image.sh Remove obsolete u-boot script in kernel partition 2011-06-01 03:45:15 -07:00
build_packages Add symlinks to new build scripts. This obviates the need to run setup_source_tree.sh. 2010-02-19 14:54:50 -08:00
call_autoserv.py Added HWQual utility script - call_script.py 2011-01-27 16:19:55 -08:00
check_control_files.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
check_deps Add more exceptions to check_deps to allow usage of icedtea. 2010-05-13 11:06:51 -07:00
chromeos_blacklist Blacklist pulseaudio and perl to make sure they don't creep in. 2011-04-26 11:50:52 -07:00
chromeos-common.sh Switch to GPT-format disk images. 2010-03-30 14:17:34 -07:00
clean_loopback_devices This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
common.sh Nuke chroot hacks from before March and before Gerrit transition. 2011-06-05 09:22:20 -07:00
create_esp.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
create_legacy_bootloader_templates.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
cros_deps_diff add cros_deps_diff tool that creates dependency graph diffs 2010-07-08 14:52:37 -07:00
cros_download_latest_image This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
cros_generate_breakpad_symbols This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
cros_generate_deps_graphs Refactor the dot graph generation out of cros_generate_deps_graphs 2010-07-01 13:41:25 -07:00
cros_run_unit_tests Remove testing utilities and fix symlinks. 2011-03-24 16:06:59 -07:00
cros_show_stacks This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
dot_helper.py Refactor the dot graph generation out of cros_generate_deps_graphs 2010-07-01 13:41:25 -07:00
emit_gpt_scripts.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
enable_localaccount.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
enter_chroot.sh Nuke chroot hacks from before March and before Gerrit transition. 2011-06-05 09:22:20 -07:00
file_copy.py Changes to enable dev in stateful partition for usb and startup 2010-03-11 15:30:38 -08:00
fixup_image_for_qemu.py Use 1280x1024 resolution when running ChromeOS under qemu. 2011-03-29 06:58:17 -07:00
generate_au_zip.py Run DepsToCopy on all ldd_files, not just the first one. 2011-05-25 14:38:40 -07:00
generate_test_report Remove testing utilities and fix symlinks. 2011-03-24 16:06:59 -07:00
get_latest_image.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
get_package_list This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
image_to_live.sh Move some dev scripts into dev/host. 2011-03-23 14:34:53 -07:00
image_to_usb.sh Allow file in --from arg 2011-03-21 18:56:04 -07:00
image_to_vm.sh Use 1280x1024 resolution when running ChromeOS under qemu. 2011-03-29 06:58:17 -07:00
inherit-review-settings-ok Update WATCHLISTS and CRR 2010-06-10 01:36:40 -07:00
make_chroot Add symlinks to new build scripts. This obviates the need to run setup_source_tree.sh. 2010-02-19 14:54:50 -08:00
make_developer_script_runner.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
make_factory_package.sh Add complete script channel in make_factory_package.sh 2011-06-03 01:31:33 -07:00
make_universal_factory_shim.sh crosutils: rename "merge_shim_image.sh' to 'make_universal_factory_shim.sh" 2011-05-18 23:09:38 -07:00
mk_memento_images.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
mod_image_for_recovery.sh Cherry-pick: ARM: enable kernel signing by default 2011-05-25 02:56:21 -07:00
mod_image_for_test.sh Cherry-pick: ARM: enable kernel signing by default 2011-05-25 02:56:21 -07:00
mount_gpt_image.sh Allow file in --from arg 2011-03-21 18:56:04 -07:00
namevalue These files are required by 'pushimage'. 2011-05-18 11:52:32 -07:00
pushimage Copy over updates to pushimage from crostools (isn't forking scripts fun?) 2011-05-18 17:35:26 -07:00
remote_access.sh remote_access.sh: fix learn_arch to return x86 instead of i686 2011-05-31 14:31:49 -07:00
resize_stateful_partition.sh This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
run_chroot_version_hooks chroot_upgrade: rename things before it's too late 2011-05-13 15:36:10 -07:00
run_remote_tests.sh Remove testing utilities and fix symlinks. 2011-03-24 16:06:59 -07:00
serve_factory_packages.py Run devserver with --factory_config. Add --start_devserver flag. 2010-11-04 12:56:02 -07:00
set_shared_user_password.sh Cleanup set_shared_user_password related transitional code. 2011-04-29 10:24:26 -07:00
setup_board Add symlinks to new build scripts. This obviates the need to run setup_source_tree.sh. 2010-02-19 14:54:50 -08:00
ssh_test.sh Restore ssh test as its a direct dep of cros_vm_lib.sh 2011-03-25 15:39:30 -07:00
start_devserver scripts: call devserver/payload generators from chroot & delete moved scripts 2011-03-01 22:57:33 +01:00
stdlib.sh These files are required by 'pushimage'. 2011-05-18 11:52:32 -07:00
sysroot_wrapper Add symlinks to new build scripts. This obviates the need to run setup_source_tree.sh. 2010-02-19 14:54:50 -08:00
test_build_root [crosutils] Make chromium/libcros mismatch messages more semantically accurate 2011-05-19 13:31:52 -07:00
test_image This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
update_bootloaders.sh Revert "Install VbNvContext storage file" 2011-04-22 15:55:53 +08:00
update_chroot version_hooks: integrate upgrade hooks into chroot updater 2011-05-17 15:51:32 -07:00
update_kernel.sh Fix regression in 'update_kernel.sh' for Tegra2 boards. 2011-06-02 14:28:42 -07:00
upload_symbols This starts to fix the scripts so that they load from /usr/lib/crosutils 2011-02-01 22:04:49 -08:00
verify_rootfs_chksum.sh src/scripts: remove all references to verity_depth 2011-04-28 13:50:33 -07:00
WATCHLISTS Broaden jimhebert watchlist to include both sources of kernelparam changes 2011-03-31 14:15:46 -07:00