drinkcat / chroagh

Chromium OS Archlinux Chroot Environment
BSD 3-Clause "New" or "Revised" License
241 stars 27 forks source link

Minor fix to broken merge. #81

Closed mathuin closed 9 years ago

mathuin commented 9 years ago

At some point when HEAD was rebased or merged with crouton/master, one conflict went unresolved. I resolved the conflict and was able to use crouton to successfully generate an arch chroot.

Watney commented 9 years ago

@mathuin Nice work! If you should write down your steps for others to follow (i.e., a Guide), I'd be super interested. My skill level isn't up for the task of installing Arch with an up-to-date crouton. Thanks! (Maybe something for the Arch Wiki?)

drinkcat commented 9 years ago

@mathuin : Thanks, sorry for that ,-)

I'm happy to merge it but I'd need you to sign the Individual Contributor License Agreement first, since this will get merged into the main crouton at some point. Thanks!

mathuin commented 9 years ago

@drinkcat I have indeed signed the ICLA, how do I prove that to you?

@Watney all I did was use this branch as I would use the master branch of crouton but with "-r arch -t xiwi,cli-extra" as the arguments. Nothing special. :-)

Watney commented 9 years ago

@mathuin hmm, okay, I'll look closer. Thanks!

drinkcat commented 9 years ago

Merged. Thanks!

mathuin commented 9 years ago

I just learned about the test suite yesterday and ran this branch against the suite. It failed on the xorg target for arch. I am investigating this issue, and will create another branch to fix it.