diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-22 06:04:33 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-22 06:04:33 +0000 |
commit | 8e7b9429452f8f15e7e5ae26d9026a429945bc47 (patch) | |
tree | f9e7e92e7147cf101283a65983ada957805ddaab /buildrom-withgrub | |
parent | 0036d6e15f9f8935507c0c30391254b4a46d35b6 (diff) | |
download | librebootfr-8e7b9429452f8f15e7e5ae26d9026a429945bc47.tar.gz librebootfr-8e7b9429452f8f15e7e5ae26d9026a429945bc47.zip |
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 20f28f0f..6e34ee2d 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 |