diff options
Diffstat (limited to 'getcb')
-rwxr-xr-x | getcb | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -144,6 +144,13 @@ rm -rf gitdiff cd ../ echo "deblobbing coreboot" ./DEBLOB +# The git history (git diff command) shows what blobs were deleted (including the blobs themselves) which is a freedom issue. Just delete .git altogether: +cd coreboot +rm -rf .git +rm -rf .gitreview +rm -rf .gitmodules +rm -rf .gitignore +cd ../ echo "finished deblobbing coreboot" # we're done |