forked from BooDoo/chroagh
-
Notifications
You must be signed in to change notification settings - Fork 5
Arch for Freon stack ARM Chromebook #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added a volume script with interface similar to brightness.
See crbug.com/502534, waiting for better upstream fix.
Let's try to reduce the number of NO_DATA errors.
Remove -freon from board names, and detect if we should fetch a -freon release or not.
Crouton autotest fixups
getrelease.sh now looks up release name after the URI of one of the type specified in the man page.
… from Debian FTP server. Fixes dnschneid#1591
httpredir.debian.org chooses the best debian mirror based on your geographic and network location. Use it instead of ftp.debian.org. See http://httpredir.debian.org/ for the details.
getrelease.sh now looks up release name after the URI of one of the type specified in the man page.
… from Debian FTP server. Fixes dnschneid#1591
httpredir.debian.org chooses the best debian mirror based on your geographic and network location. Use it instead of ftp.debian.org. See http://httpredir.debian.org/ for the details.
* Determine whether it's locked or not by checking /var/run/crouton/... is a mount point or not. * Fixes dnschneid#1798
Intercept open64 calls the same as open. Required on Debian stretch-armhf where Xorg calls open64 on /dev/tty0, /dev/tty7, and /dev/input/event.
Remove old precise PPA for xfce if found.
Also, remove PPA key.
Tweaked to remove all xfce-4.10.list files.
Leave in KEY for future ppa's. Also, ensure (force) removal of source list.
- freon: Add getuid0, to be used in place of geteuid but always returns 0. - xorg: Modify Intel driver (xserver-xorg-video-intel) to call getuid0 instead of geteuid, to force DRM master setting/dropping. xserver-xorg-video-intel commit e0c93a3e53a624beb5d3a15631237ac33b8c92cd (git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-intel) introduces a change where the driver does not set or drop DRM master if running as a non-root user. Since the Intel driver no longer drops DRM master, Chromium OS is unable to reacquire it on switch or Xorg exit, resulting in a black screen. The Intel driver modification effectively reverts to the earlier behavior of explicitly setting and dropping DRM master, even when Xorg runs as non-root user.
* If /usr/local/chroots does not exist, make a symlink from /mnt/stateful_partition/crouton/chroots * Fixes dnschneid#1397
We never ended up supporting it, and it's already EOL.
Piecemeal rebase conflict resolution was a bust. Working now! With cavaets: - ChromeOS owns some hotkeys (e.g. Ctrl+Alt+T) - More to be discovered?
elkangaroo
added a commit
that referenced
this pull request
Feb 29, 2016
Arch for Freon stack ARM Chromebook
mediocregopher
referenced
this pull request
in mediocregopher/chroagh
Aug 3, 2018
catch up master from source
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Original PR by @BooDoo (drinkcat#99)
Chroagh/arch crouton for Freon stack
merge of 18cc180 and dnschneid/crouton@35609c0