diff options
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub index 7cd7065d..bbf3445a 100755 --- a/resources/scripts/helpers/build/roms/withgrub +++ b/resources/scripts/helpers/build/roms/withgrub @@ -97,7 +97,7 @@ if [ -d "bin/grub/" ]; then cd "bin/grub/" for board in "x200" "r400" "t400" "t500" do - for romsize in "4m" "8m" + for romsize in "4m" "8m" "16m" do if [ -d "${board}_${romsize}b/" ]; then cd "${board}_${romsize}b/" |