various fies, change network
[distro-setup] / brc
diff --git a/brc b/brc
index 046edbed75a35594cde84f4cc3101bf8e9e5e7bd..8084ba0c11094dc22a4aefdcc0722f4ca2aa11d3 100644 (file)
--- a/brc
+++ b/brc
@@ -386,6 +386,8 @@ cam() {
   git commit -am "$*"
 }
 
+cbfstool () { /a/opt/coreboot/build/cbfstool "$@"; }
+
 ccat () { # config cat. see a config without extra lines.
   grep '^\s*[^;[:space:]#]' "$@"
 }