C'est plutot simple ....
Etape 1 Passage en Mode developper
Etape 2 Jouer avec votre ChomeBook
Aprés plusieurs installation dont crouton pour tester le fonctionnement d'un autre OS en parralelle de chromeos.
j'ai voulu modifier la configuration du start de xorg, par l'ajout d'un fichier dans le dossier /etc/X11/xorg.conf.d
Impossible
le système de fichier / est monté en READ-ONLY....
Etape 3 : Changer le montage de /
Pour cela une petite recherche vous apprends que c'est assez simple :
Making changes to the filesystem
The Chromium OS rootfs is
mounted read-only. In developer mode you can disable the rootfs
verification, enabling it to be modified.
NOTE: If you mount the root filesystem in writeable mode, even if you make no changes, it will no longer be verifiable and you'll have to use a recovery image to restore your system when you switch back to normal mode.
To make your rootfs writable, run this from a shell:
NOTE: If you mount the root filesystem in writeable mode, even if you make no changes, it will no longer be verifiable and you'll have to use a recovery image to restore your system when you switch back to normal mode.
To make your rootfs writable, run this from a shell:
sudo /usr/share/vboot/bin/make_dev_ssd.sh --remove_rootfs_verification
Then reboot. Your rootfs will be mounted read/write.
Aucun commentaire:
Enregistrer un commentaire