image build and composition scripts for Flatcar Container Linux
Go to file
Yusuke Sato c1d3332aed Run dbus-uuidgen on system startup (again).
A few weeks ago, dbus-uuidgen command was removed from the platform/init/dbus.conf script, but after the "upgrade-everything-to-Karmic" change, I think generating the uuid has become mandatorty again.
Without the uuid file (/var/lib/dbus/machine-id), ibus-daemon which uses D-Bus as its IPC channel does not work at all. I'm not sure but possibly the same is true for dbus-daemon?

chronos@localhost:/home/chronos$ ibus-daemon
process 2254: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory
See the manual page for dbus-uuidgen to correct this issue.

BUG=1127
TEST=On xterm, run /usr/bin/ibus-setup and verify the command does not show an error like "ibus-daemon is not working."

Review URL: http://codereview.chromium.org/508018
2010-01-07 15:36:35 +09:00
mod_for_test_scripts Build in patch in Chromium OS test image. 2009-12-18 10:01:01 +08:00
.chromiumos-build Configuration file for chromiumos-build 2009-12-22 00:28:32 +00:00
archive_build.sh Misc. fixes to versioning. 2009-12-08 18:12:28 -08:00
build_all.sh Fixes build_all.sh 2009-12-18 15:38:45 -08:00
build_chrome.sh Simplified counting CPUs. 2009-12-21 11:42:39 -08:00
build_image.sh Moved debootstrap phase from build_image.sh to install_packages.sh. 2009-12-23 15:59:37 -08:00
build_kernel_setup.sh Start copying over source. 2009-10-09 20:56:14 +00:00
build_kernel.sh Simplified counting CPUs. 2009-12-21 11:42:39 -08:00
build_platform_packages.sh Build and install dh-chromeos before doing anything else 2010-01-07 00:46:48 +00:00
build_tests.sh Make more build scripts barf when run as root. 2009-12-23 12:15:23 -08:00
chromeos_version.sh Revert branch version change to 27. Back to 25. 2010-01-05 18:14:53 -08:00
common.sh Simplified counting CPUs. 2009-12-21 11:42:39 -08:00
customize_rootfs.sh Run dbus-uuidgen on system startup (again). 2010-01-07 15:36:35 +09:00
dpkg_no_scripts.sh Changes to install_packages.sh so that we can master an image without 2010-01-06 18:23:50 -08:00
enter_chroot.sh Add --official_build option, and skip checking HEAD against origin/HEAD for official builds. 2009-12-09 18:21:05 -08:00
extlinux.sh syslinux: migrate to using a git repo 2009-11-11 23:04:42 +00:00
file_copy.py Fix image_to_usb.sh, build_image.sh 2009-10-28 00:00:13 +00:00
get_latest_image.sh Adds a local Autoupdate server and a mechanism for adding developer packages. 2009-10-26 22:36:21 +00:00
image_to_live.sh Create a method to push an image to a live running Chromium OS machine provided you have root ssh access with a local private key (which is the case for test builds). Updates the running instance and reboots it. 2009-12-22 17:24:49 -08:00
image_to_usb.sh Make image_to_usb.sh warn if given a partition. 2009-12-27 17:55:29 -08:00
image_to_virtualbox.sh Add a script for creating a VirtualBox image. 2009-12-15 15:44:07 -08:00
image_to_vmware.sh vmware images: fix to match image_to_usb changes 2009-10-29 00:29:45 +00:00
install_packages.sh Changes to install_packages.sh so that we can master an image without 2010-01-06 18:23:50 -08:00
list_installed_packages.sh Start copying over source. 2009-10-09 20:56:14 +00:00
make_chroot.sh Clean up chromiumos-build build files and update .gitignore. 2009-12-22 18:22:01 -08:00
make_local_repo.sh Add ARM cross-compiler to chroot. 2009-12-15 09:08:10 -08:00
mk_arm_sd_image.py Start copying over source. 2009-10-09 20:56:14 +00:00
mk_memento_images.sh Don't sudo in mk_memento_images.sh 2009-10-26 22:58:45 +00:00
mod_image_for_test.sh By default use the most recently built image when modifying an image for test. 2009-12-07 23:11:44 +00:00
recursive_dep.py Start copying over source. 2009-10-09 20:56:14 +00:00
run_tests.sh Start copying over source. 2009-10-09 20:56:14 +00:00
set_shared_user_password.sh Start copying over source. 2009-10-09 20:56:14 +00:00
setup_autotest.sh add script to drive setup and execution of autotest suites from dev environment 2010-01-05 15:33:28 -08:00
test_cookie_pipe.py Don't crash if the cookie pipe doesn't exist. 2009-11-13 19:17:31 +00:00
tracker.sh Start of script for entering tracker reports. 2009-11-18 23:35:51 +00:00