u-root / NiChrome

An open ChromeOS distro with a Go-based userland, X11, and upspin support. (WIP)
GNU General Public License v2.0
59 stars 27 forks source link

u-root's new "defaultsh" and "initcmd" flags broke usb and travis #128

Closed TrevorFarrelly closed 6 years ago

TrevorFarrelly commented 6 years ago

I couldn't figure out the right syntax to make this work in usb.go's goBuildDynamic() function, so in the meantime rebase your u-root modifications against u-root commit 0c647f6b if you want to build NiChrome with them.

Travis CI will also fail until usb is fixed.

TrevorFarrelly commented 6 years ago

Fixed in #130 and #133, Thanks @rminnich