Add the ThinkPad X1 (sandybridge) to the bsdinstall blacklist

MFC after:	2 weeks
Sponsored by:	FOSDEM IllumOS Table
This commit is contained in:
Allan Jude 2018-02-04 12:16:36 +00:00
parent c9f70b7b88
commit 229c92e7a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328839

View file

@ -182,7 +182,7 @@ if f_interactive; then
case "$sys_maker" in
"LENOVO")
case "$sys_version" in
"ThinkPad X220"|"ThinkPad T420"|"ThinkPad T520"|"ThinkPad W520")
"ThinkPad X220"|"ThinkPad T420"|"ThinkPad T520"|"ThinkPad W520"|"ThinkPad X1")
dialog_workaround "$msg_lenovo_fix"
retval=$?
f_dprintf "lenovofix_prompt=[%s]" "$retval"