svn commit: r328839 - head/usr.sbin/bsdinstall/scripts

Allan Jude allanjude at FreeBSD.org
Sun Feb 4 12:16:37 UTC 2018


Author: allanjude
Date: Sun Feb  4 12:16:36 2018
New Revision: 328839
URL: https://svnweb.freebsd.org/changeset/base/328839

Log:
  Add the ThinkPad X1 (sandybridge) to the bsdinstall blacklist
  
  MFC after:	2 weeks
  Sponsored by:	FOSDEM IllumOS Table

Modified:
  head/usr.sbin/bsdinstall/scripts/auto

Modified: head/usr.sbin/bsdinstall/scripts/auto
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/auto	Sun Feb  4 08:22:11 2018	(r328838)
+++ head/usr.sbin/bsdinstall/scripts/auto	Sun Feb  4 12:16:36 2018	(r328839)
@@ -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"


More information about the svn-src-all mailing list