Advertisement
bjakobson

history

Dec 31st, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. mv go go.NO
  2. 302 cd
  3. 303 cd go.NO/
  4. 304 cd ..
  5. 305 cd go
  6. 306 cd src/
  7. 307 cd
  8. 308 go get github.com/u-root/u-root
  9. 309 go get github.com/u-root/webboot
  10. 310 go get github.com/u-root/NiChrome
  11. 311 cd go/src/github.com/u-root/webboot/
  12. 312 go run buildimage.go -u '-build=bb -files '/home/brandonjakobson/linux/arch/x86/boot/bzImage:bzImage''
  13. 313 dep ensure -update
  14. 314 cd
  15. 315 go get github.com/vishvananda/netlink
  16. 316 cd go/src/github.com/u-root/webboot/
  17. 317 go run buildimage.go -u '-build=bb -files '/home/brandonjakobson/linux/arch/x86/boot/bzImage:bzImage''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement