diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-22 01:04:33 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-22 01:04:33 (EST) |
commit | 8e7b9429452f8f15e7e5ae26d9026a429945bc47 (patch) | |
tree | f9e7e92e7147cf101283a65983ada957805ddaab /buildrom-withgrub | |
parent | 0036d6e15f9f8935507c0c30391254b4a46d35b6 (diff) | |
download | libreboot-8e7b9429452f8f15e7e5ae26d9026a429945bc47.zip libreboot-8e7b9429452f8f15e7e5ae26d9026a429945bc47.tar.gz libreboot-8e7b9429452f8f15e7e5ae26d9026a429945bc47.tar.bz2 |
buildrom-withgrub: Add comment
Diffstat (limited to 'buildrom-withgrub')
-rwxr-xr-x | buildrom-withgrub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildrom-withgrub b/buildrom-withgrub index 20f28f0..6e34ee2 100755 --- a/buildrom-withgrub +++ b/buildrom-withgrub @@ -72,6 +72,7 @@ do ./util/cbfstool/cbfstool "$1"_"$keymap"_"$romtype".rom add -f grub_"$keymap"_"$romtype"_test.cfg -n grubtest.cfg -t raw done + # This config-less ROM is no longer needed rm -rf "$1"_"$romtype".rom done |