David
--
Chromium OS Developers mailing list: chromiu...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-dev?hl=en
David,
I think the short answer to your question is 'no', but I'm not
sure I understand your situation fully, so I have a generic
answer that I hope will cover the right ground...
Despite the name, the target for 'image_to_usb.sh' doesn't
have to be a USB drive; it also doesn't have to be removable;
it doesn't even have to be a block device. The only real
requirement is that after you create the image, you need to
be able boot your target system from the device media, and
the boot device needs to be writable at boot time; a
writeable CD or DVD won't work.
USB disks are the most common devices to meet the requirements,
but there are other options. In particular, removable MMC
cards can work fine.
Once you boot an image, you can install it onto the target
system's internal storage by switching to the VT console (VT2),
logging in as user 'chronos', and then running this command:
/usr/sbin/chromeos-install
When you do this, anything on the target internal disk device
will be ERASED; there's no option for dual boot, and no opportunity
for backup after starting the install.
Once you've installed onto the internal disk, you can update
the system over the network, e.g. with image_to_live.sh.
> --
> Chromium OS Developers mailing list: chromiu...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-os-dev?hl=en
-- jrb