flatcar-scripts/build_library
Michael Marineau ecca978053 fix(cgpt.py): Fix GPT reserved space calculations.
The existing code arbitrarily multiplies START_SECTOR by 512 converting
from blocks/sectors to bytes, but blocks was the correct unit to begin
with. Also the secondary GPT area is not considered but that was OK
because the bogus unit conversion oversized our disks by almost 16MB.

Instead of relying on bugs properly reserve 34 sectors at each end of
the disk. (Well, we could get away with only 33 at the end since it
doesn't have a MBR but meh.)
2013-10-16 18:30:46 -07:00
..
base_image_util.sh fix(build_image): Exclude libc locales and info pages. 2013-09-19 21:32:48 -04:00
board_options.sh Remove --build_root from all scripts except mod_image_for_pyauto.sh. 2012-03-15 18:55:26 -07:00
build_common.sh fix(build_library): Use sparse files for disk images, no useless sudo 2013-07-26 23:45:10 -04:00
build_image_util.sh cleanup(*): Remove unused/broken test and factory images 2013-09-19 19:04:54 -04:00
catalyst_buildbot_stage4.sh fix(catalyst): Move catalyst scripts from lib to build_library. 2013-10-10 11:47:09 -07:00
catalyst_sdk_stage4.sh fix(catalyst): Move catalyst scripts from lib to build_library. 2013-10-10 11:47:09 -07:00
catalyst.sh fix(catalyst): Move catalyst scripts from lib to build_library. 2013-10-10 11:47:09 -07:00
cgpt.py fix(cgpt.py): Fix GPT reserved space calculations. 2013-10-16 18:30:46 -07:00
check_deps check_deps: Find libraries using RUNPATH too, not just RPATH 2012-12-07 15:22:17 -08:00
chromeos_blacklist feat(build_library): let python into root image 2013-02-26 08:00:40 -08:00
create_legacy_bootloader_templates.sh fix(build_image): Remove defunct bootcache option. 2013-09-19 18:21:32 -04:00
dev_image_util.sh fix(build_image): Always use read-write for developer images. 2013-09-19 21:40:01 -04:00
disk_layout_util.sh fix(build_library): Remove usb and factory_layout partition layouts. 2013-08-20 21:47:53 -04:00
gen_tmpfiles.py churn(build_library): Change lots of stateful references to state. 2013-08-20 22:36:53 -04:00
generate_au_zip.py fix(generate_au_zip): Add core-admin to au-generator.zip 2013-07-08 21:54:57 -07:00
legacy_disk_layout.json fix(build_library): Drop default 'base' layout to 512MB for STATE. 2013-08-28 11:55:25 -07:00
mount_gpt_util.sh Create a function library for mounting/unmounting images. 2011-08-23 13:39:03 -07:00
qemu_template.sh fix(qemu_template): Fix getopts usage in qemu wrapper script. 2013-10-08 13:35:10 -07:00
release_util.sh feat(build_library): Add support for gpg signing DIGESTS 2013-09-06 17:06:52 -07:00
set_lsb_release fun(set_lsb_release): New code name for version 100 2013-10-08 18:43:26 -07:00
test_build_root fix(test_build_root): fix tests for coreos 2013-02-14 16:18:57 -08:00
test_image_content.sh hack(build_image): Make check for /usr/share/locale a warning. 2013-07-18 10:38:16 -07:00
virtualbox_ovf.sh Merge pull request #80 from polvi/vagrant-vmware 2013-08-06 14:01:00 -07:00
vm_image_util.sh fix(build_library): set tz to UTC in vmx template 2013-10-15 23:14:11 +03:00