svn commit: r331088 - stable/11/usr.sbin/bsdinstall/scripts

Eitan Adler eadler at FreeBSD.org
Sat Mar 17 05:43:27 UTC 2018


Author: eadler
Date: Sat Mar 17 05:43:26 2018
New Revision: 331088
URL: https://svnweb.freebsd.org/changeset/base/331088

Log:
  MFC r328839:
  
  Add the ThinkPad X1 (sandybridge) to the bsdinstall blacklist
  
  Reviewed by:	AllanJude (for mfc)

Modified:
  stable/11/usr.sbin/bsdinstall/scripts/auto
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.sbin/bsdinstall/scripts/auto
==============================================================================
--- stable/11/usr.sbin/bsdinstall/scripts/auto	Sat Mar 17 05:36:51 2018	(r331087)
+++ stable/11/usr.sbin/bsdinstall/scripts/auto	Sat Mar 17 05:43:26 2018	(r331088)
@@ -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