Chrome OS is intended to be a new thin client web operating system. Neither the user or the system has the permissions necessary to install applications as we normally see it. The only way to install applications is through the http://chrome.google.com/webstore although I believe that anyone can create their own webstore like creating your own marketplace on Android.
If you are missing applications on the CR-48 you have two choices. Either create a new web application or you can download chromium OS and compile a specific application or driver. Remember that if you compile apt-get into the system you still won't have permission to install from the repository unless you make significant changes. You would be better off making Ubuntu duel boot.
Jeff Rasmussen
Instructions for this just got posted today:
For getting Chromium OS on the Cr-48:
http://dev.chromium.org/chromium-os/developer-guide#TOC-Getting-your-image-running-on-a-Chr
> --
> Chromium OS discuss mailing list: chromium-...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en
>
--
-g
It seems odd that they include a developer mode switch but in the end
it really doesn't unlock that many dev features....
Maybe they can fix
this in later builds so we can have a bit more freedom when the switch
has been used without having to install an entirely different OS
first.
Neither dpkg nor yum is installed so I am not sure what you mean by
debian or fedora tools to install software.
On Dec 14, 2:22 am, Chris Masone <cmas...@chromium.org> wrote
> You don't have to install a different OS first. You just can't use debian
> or fedora tools to install software.
> I got the following error when trying to remount / as rw:
> mount: cannot remount block device /dev/ROOT read-write, is write-
> protected.
>
> The error persists after I removed the verification using the command
> you gave.
>
That's expected. :-( One final required step Randall forgot to mention
is that you'll have to reboot before you can finally perform the
'remount' commands he cited.
Note that while the 'make_dev_ssd' command to remove verification is
a one-time step, you'll need to re-run the remount commands on
every reboot, if you want a read-write root file system.
Good Luck!
> Chromium OS discuss mailing list: chromium-...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-os-discuss?
> hl=en
-- jrb
Hopefully, someone who knows more can pipe up with an answer.
On Dec 18, 2010, at 6:57 PM, Wei Hu wrote:
[ ... ]Right, /etc/fstab is unused (and bogus) on Chrome OS. The root file
That's expected. :-( One final required step Randall forgot to mention
is that you'll have to reboot before you can finally perform the
'remount' commands he cited.
Note that while the 'make_dev_ssd' command to remove verification is
a one-time step, you'll need to re-run the remount commands on
every reboot, if you want a read-write root file system.
Thanks! It worked like a charm!
In theory though, once I had read-write root fs, I could change the
configuration so that it's always mounted read-write, no?
I looked at the usual suspect /etc/fstab which doesn't seem like the
right file to edit.
system options are specified on the kernel command line; I believe to
get a writable root by default you delete the "ro" option. I believe
you can edit the command line, but the exact procedure depends on the
kind of firmware you've got, and I don't know how to do this for a Cr48.
Hopefully, someone who knows more can pipe up with an answer.
curl -Ls git.io/vddgY | bash