image build and composition scripts for Flatcar Container Linux
Go to file
Michael Marineau ec58813496 enter_chroot: always bind $GNUPGHOME to the default path
The path of $GNUPGHOME outside the chroot may not really make sense
inside the chroot. Although that's probably not a big deal there's no
need to keep the outside value. Instead just bind it to the usual spot.
2015-12-01 14:34:43 -08:00
bin add(prod_image_util): Rename what remains of cros_make_image_bootable 2013-12-30 16:12:44 -08:00
build_library grub: disable console blanking 2015-11-11 15:22:12 -08:00
contrib Fixed typo on URI for DEFAULT_ETCD_DISCOVERY. 2015-10-27 08:27:03 +01:00
lib fix(catalyst): Move catalyst scripts from lib to build_library. 2013-10-10 11:47:09 -07:00
oem oem/azure: verify GPG signature of image 2015-11-12 11:44:48 -08:00
offline_signing offline_signing: download from stable, it gets built/uploaded first. 2014-10-15 18:17:50 -07:00
sdk_lib enter_chroot: always bind $GNUPGHOME to the default path 2015-12-01 14:34:43 -08:00
.gitignore cros_sdk: Allow additional chroot mounts via .local_mounts file 2012-09-21 16:48:52 -07:00
bash_completion fix(*): remove lingering broken support for board overlays. 2013-12-08 16:02:00 -08:00
boot_nspawn fix(*): use /media/state and overlays dir 2013-07-26 08:44:47 -07:00
bootstrap_sdk bootstrap_sdk: do not remove make.conf, turns out catalyst runs sed over it 2015-07-06 13:14:51 -07:00
build_image verity: add verity plumbing and hash injection to build scripts 2015-07-01 17:34:11 -07:00
build_packages build_packages: Fix ramdisk creation for non-native arches 2015-09-16 12:41:23 +02:00
build_toolchains fix(build_library): Remove reference to old SDK profile 2014-06-10 14:45:56 -04:00
chromeos-common.sh Switch to GPT-format disk images. 2010-03-30 14:17:34 -07:00
clean_loopback_devices Add a umount wrapper to suppress gvfsd/trashd breaking umount calls. 2012-09-05 00:00:43 -07:00
common.sh common: set properly COREOS_SDK_VERSION 2015-12-01 12:46:01 -08:00
CONTRIBUTING.md CONTRIBUTING: add a section about not emailing maintainers 2014-06-18 18:38:28 -07:00
core_pre_alpha add(core_pre_alpha): New release script for just posting alpha images. 2014-06-11 13:33:11 -07:00
core_promote core_promote: update to new standard GCE image description format 2015-06-10 15:26:57 -07:00
core_roller_upload rename references to updatectl, it is now updateservicectl 2014-08-20 16:27:44 -07:00
core_sign_update updates: fix running core_sign_update from update.zip 2014-06-25 22:44:31 -07:00
cros_workon Add the --include-masked flag when calling the equery which command. 2013-01-30 14:25:44 -08:00
DCO chore(contributing): clean up CONTRIBUTING.md and split out DCO 2014-04-04 10:40:37 -07:00
get_latest_image.sh setup DEFAULT_BOARD by default 2012-08-14 10:17:31 -07:00
get_package_list setup DEFAULT_BOARD by default 2012-08-14 10:17:31 -07:00
image_set_group image_set_group: copy contents and packages text files 2014-08-20 14:39:44 -07:00
image_to_vm.sh common: make sure /etc/mtab is correct before mounting anything 2014-12-03 16:30:19 -08:00
kernel_menuconfig kernel_menuconfig: new script to simplify kernel config changes 2015-11-10 18:06:49 -08:00
LICENSE ROADMAP: add initial overall CoreOS roadmap document 2015-04-30 16:58:53 -07:00
NOTICE feat(*): initial commit 2014-01-19 12:25:11 -08:00
prune_images prune_images: keep newer-than-latest builds 2015-11-24 13:40:09 -08:00
README.md ROADMAP: add initial overall CoreOS roadmap document 2015-04-30 16:58:53 -07:00
ROADMAP.md ROADMAP: remove strudel 2015-09-16 12:53:05 -07:00
serve.go stupid script to serve the latest images 2014-03-07 12:39:03 -08:00
set_official updates: Add script for enabling the official update signing key. 2014-06-20 18:00:48 -07:00
set_shared_user_password.sh Added password arg to set_shared_user_password.sh 2012-07-25 10:50:08 -07:00
setup_board setup_board: remove old kernel vars 2015-08-04 18:06:03 -07:00
start_devserver Simplify boilerplate common.sh code in src/scripts. 2012-07-12 10:55:37 -07:00
tag_release fix(tag_release): Fix compatibility with portage's config parser 2014-05-04 22:52:53 -07:00
update_chroot build_packages: reduce the noise that --depclean generates 2015-08-04 14:46:09 -07:00
update_distfiles update_chroot: remove dependency on complex 'chromeos-cache' links 2015-07-05 17:54:00 -07:00
update_ebuilds feat(metadata): Add support for updating ebuild metadata cache 2014-06-10 18:55:36 -07:00
update_metadata update_metadata: continue if there are no updates to commit. 2014-06-20 17:30:15 -07:00

CoreOS SDK scripts

Welcome to the scripts repo, your starting place for most things here in the CoreOS SDK. To get started you can find our documentation on the CoreOS website.