1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-07 11:03:55 +00:00

Added comments specific for ChromeOS

This commit is contained in:
Bryan Roe
2021-01-11 14:08:23 -08:00
parent 68e720d4a7
commit 85ec08e8c8

View File

@@ -43,6 +43,16 @@
# NOTE: If you installed jpeg8 headers on your machine, you must specify --with-jpeg8 when building turbo jpeg, otherwise omit --with-jpeg8
#
#
#
# Note: For ChromeOS, you need to disable rootfs verification, in order to install the meshagent service.
# After running the following commands, and rebooting, you should be able to install the meshagent service.
#
# sudo su -
# cd /usr/share/vboot/bin/
# ./make_dev_ssd.sh --remove_rootfs_verification --partitions 4
# reboot
#
#
# Special Note about KVM Support on Linux:
# If you get an error stating that an Xauthority cannot be found, and asking if your DM is configured to use X,
# or if you get a black screen when connecting to the login screen, you may need to: