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

usb: add -extra flag for extra packages/commands #88

Closed rminnich closed 6 years ago

rminnich commented 6 years ago

You can say, e.g. go run usb/*.go -extra github.com/yudai/gotty

These will be added to the dynamicCmdList

If fetch is enabled, they will hence be included in things to get.

In any event, they are included in things to have on root file system.

Signed-off-by: Ronald G. Minnich rminnich@gmail.com