Using Command Line Flags

1,263 views
Skip to first unread message

Daniel Herr

unread,
Jul 9, 2014, 9:08:45 PM7/9/14
to chromium-...@chromium.org
How could a flag be set on Chrome OS, in dev mode? This page does not specify it: http://www.chromium.org/for-testers/command-line-flags

Mike Frysinger

unread,
Jul 9, 2014, 9:59:24 PM7/9/14
to danielst...@gmail.com, Chromium OS discuss
i've updated the page with the relevant CrOS details
-mike


On Thu, Jul 10, 2014 at 10:08 AM, Daniel Herr <danielst...@gmail.com> wrote:
How could a flag be set on Chrome OS, in dev mode? This page does not specify it: http://www.chromium.org/for-testers/command-line-flags

--
--
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


François Beaufort

unread,
Jul 10, 2014, 4:12:34 AM7/10/14
to chromium-...@chromium.org, danielst...@gmail.com
Hey Mike,

From what I can see, it looks like being in Dev Mode is not enough to update /etc/chrome_dev.conf since the CrOS file system is read-only.

Mike Frysinger

unread,
Jul 10, 2014, 8:27:42 AM7/10/14
to François Beaufort, Chromium OS discuss, danielst...@gmail.com
how to modify the rootfs is left as an exercise for the reader (and is covered elsewhere in the wiki).  it's also not necessary as you can bind mount arbitrary paths, not just dirs.

cp /etc/chrome_dev.conf /usr/local/
mount --bind /usr/local/chrome_dev.conf /etc/chrome_dev.conf
vim /etc/chrome_dev.conf
-mike

François Beaufort

unread,
Jul 10, 2014, 8:53:57 AM7/10/14
to chromium-...@chromium.org, beaufort...@gmail.com, danielst...@gmail.com
Thank you Mike for the tip.
Reply all
Reply to author
Forward
0 new messages