From 8b0b649bf11e1230da2b96ea3fdb82ff8caa0dc5 Mon Sep 17 00:00:00 2001 From: Leah Woods Date: Sat, 14 May 2016 12:00:09 -0400 Subject: Add 16MiB ROM image configs for all GM45 thinkpads --- (limited to 'resources/scripts/helpers/build') diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub index 7cd7065..bbf3445 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/" -- cgit v0.9.1