diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-01-30 10:58:46 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-01-30 10:58:46 +0100 |
commit | 75ab59d4e141d106970f397c31d52ba486117fc9 (patch) | |
tree | 2c5ae2e910b590b7a8f7be16b38c431c28c23608 /resources/scripts/helpers | |
parent | a1357659b2a72c349091a0abd7a0276b4fd6946d (diff) | |
download | librebootfr-75ab59d4e141d106970f397c31d52ba486117fc9.tar.gz librebootfr-75ab59d4e141d106970f397c31d52ba486117fc9.zip |
New board: ASUS KCMA-D8 desktop/workstation motherboard
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub_helper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper index b3584d33..f39bc914 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -76,9 +76,9 @@ do continue fi fi - if [ "${boardtarget}" = "kgpe-d16" ] || [ "${boardtarget}" = "ga-g41m-es2l" ]; then + if [ "${boardtarget}" = "kgpe-d16" ] || [ "${boardtarget}" = "ga-g41m-es2l" ] || [ "${boardtarget}" = "kcma-d8" ]; then if [ "${romtype}" = "vesafb" ]; then - printf "Only text-mode is reported to work on KGPE-D16 and ga-g41m-es2l\n" + printf "Only text-mode is reported to work on KGPE-D16, KCMA-D8 and ga-g41m-es2l\n" printf "TODO: get tpearson to fix it\n" continue fi |