Commit Graph

3 Commits

Author SHA1 Message Date
Greg Spencer
798d75f3be This starts to fix the scripts so that they load from /usr/lib/crosutils
from within the chroot.

It also fixes a number of style issues.

It changes the meaning of cros_workon "list-all" to list all available
packages, and adds "list-live" to list all live packages.

It changes things that load chromeos-common.sh from the installer to
load it from /usr/lib/installer.

BUG=chromium-os:4230
TEST=synced, rebuilt chroot, made packages, made images, built chrome
from source, and wrote an image to a USB stick.

Review URL: http://codereview.chromium.org/6240018

Change-Id: I90c34420af1a64020402bafef8e9e77f56837c02
2011-02-01 22:04:49 -08:00
Will Drewry
ef22d8fe60 kernel_fetcher.sh: use ro for rootfs.image
With new changes to the rootfs, if it is verified, it won't be
mountable rw.  Since this script just copies out a file, making it
ro (instead of calling enable_rw_mount) seems to make sense.

TEST=?
BUG=chromium-os:7468

Change-Id: I0941e981826005cea1c70653c45c5ae2c5f5a9e0

Review URL: http://codereview.chromium.org/4027001
2010-10-20 18:58:05 -05:00
robotboy
18ff72b913 Create a fourth partition to put the raw kernel image in.
This is a short term fix for machines that can't boot a kernel from
the root file system of an SDCard.

This issue depends on issue 602027.

Review URL: http://codereview.chromium.org/600074
2010-02-11 17:33:32 -08:00