commit | 33ea41e9db260798ed4e9a4b886dacff04e66836 | [log] [tgz] |
---|---|---|
author | Jim Ostrowski <jim@frc971.971spartans.local> | Thu Mar 11 12:17:38 2021 -0800 |
committer | Jim Ostrowski <jim@frc971.971spartans.local> | Thu Mar 11 12:17:38 2021 -0800 |
tree | ab2de5f265db253568f0216af43975f79f250208 | |
parent | f6ea992cf2d347083df75224a6892b1a622a3b66 [diff] [blame] |
Adding python glog (via pip install) to rootfs Also, specifying full path to fdisk, since it's not necessarily in user's path Change-Id: Ic7d6c30edaa4aa12f5d95dd84caa5e4ddce0be91
diff --git a/y2020/vision/rootfs/target_configure.sh b/y2020/vision/rootfs/target_configure.sh index 63a7378..11b8cc8 100755 --- a/y2020/vision/rootfs/target_configure.sh +++ b/y2020/vision/rootfs/target_configure.sh
@@ -53,6 +53,8 @@ libnice10 \ libnice-dev +python3 -m pip install glog + echo 'GOVERNOR="performance"' > /etc/default/cpufrequtils # Add a .bashrc and friends for root.