diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-03-31 23:00:28 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-03-31 23:07:35 +0100 |
commit | 75ee5e97c9be6c94ffa6ddf5f8e882bc4b1701b1 (patch) | |
tree | 1fbdc6643eb1d8fded3e3498d0451a19a319e594 /resources/scripts/helpers/build/roms/withgrub | |
parent | 993f379175896ca0604ac860f24b9d93b89e1e74 (diff) | |
download | librebootfr-75ee5e97c9be6c94ffa6ddf5f8e882bc4b1701b1.tar.gz librebootfr-75ee5e97c9be6c94ffa6ddf5f8e882bc4b1701b1.zip |
ThinkPad T500 support
Diffstat (limited to 'resources/scripts/helpers/build/roms/withgrub')
-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 5a7f83ca..6c1c8fa2 100755 --- a/resources/scripts/helpers/build/roms/withgrub +++ b/resources/scripts/helpers/build/roms/withgrub @@ -95,7 +95,7 @@ done # Then put them in the ROM images. if [ -d bin/ ]; then cd bin/ - for board in "x200" "r400" "t400" + for board in "x200" "r400" "t400" "t500" do for romsize in "4m" "8m" do |