Nicolas Boichat

Results 20 comments of Nicolas Boichat

`2017-06-16_05-50-04_drinkcat_chroagh_35-xorg-driinfo_35` output looks very broken. Trying again.

`vboot_is_safe` is also noisy, because of `mount --bind / "$tmp"`

Thanks for the PR! This is really awesome. > Currently lacking proper running session detection, so crouton always attempts to unmount the chroot when exiting a shell. Passing remark: The...

> Nice! Didn't know about minijail0. Got it working with minor weirdness - running /lib/systemd/systemd directly from minijail0 seems to fail, but exec'ing the same command from within a shell...

> Any news on this? As you can see there are a large number of comments in the review. Then, I need to rebase on the latest crouton, and port...

Addressed everything but: - https://github.com/dnschneid/crouton/pull/1201#discussion_r23336865 - https://github.com/dnschneid/crouton/pull/1201#discussion_r23338406 Will proceed to rebase...

Note to self, I think install with a proxy is broken (some fetching is done before the proxy is setup...)

Merged master back into this branch, added xiwi support. Still a number of issues: - The 2 comments above - Proxy support is broken - Error message on pacman update...

Merged crouton/master back into this branch. Issues here still stand: https://github.com/dnschneid/crouton/pull/1201#issuecomment-75229301 . And XMETHOD=xorg on freon is broken (you can start a server, but input devices do not to get...

I wonder if there's something in the order in variable expansion in `Makefile.am` that would cause it to evaluate `-Wno-error` before `-Werror` Maybe adding something like this: ``` sed -i...