FydeOS / chromium_os-raspberry_pi

Build your Chromium OS for Raspberry Pi 4B, Pi400 and the latest Raspberry Pi 5
https://chromiumos.io
BSD 2-Clause "Simplified" License
1.68k stars 191 forks source link

Filesystem /etc/ write-protected #57

Open tomrow opened 4 years ago

tomrow commented 4 years ago

I can't disable kiosk mode due to a write-protected partition, how can I enable writing to chrome_dev.conf?

fydeos-alpha commented 4 years ago

do this:

sudo mount -o remount rw /

Then you will have read-write access of /.

ifzl commented 3 years ago

I have managed to do the following steps but still something is wrong or missing; Step 1 = CRTL+ALT+T - this will open the Crosh window Step 2 = use the command: shell ( this will open the shell ) Step 3 = use the command: sudo mount -o remount rw / ( this will give you the writing rights ) Step 4 = use the command: sudo vi /etc/chrome_dev.conf ( this will bring you to the file you want to edit ) Step 5 = add the line: --force-kiosk-mode Step 6 = press Esc Step 7 = type: :wq! ( and then press Enter) Step 8 = sudo reboot

So far this has not given me the result I am looking for. Can someone indicate what I should change ?