Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Feb 2018 12:16:36 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r328839 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201802041216.w14CGaDG086713@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802041216.w14CGaDG086713>