diff options
| author | Allan Jude <allanjude@FreeBSD.org> | 2018-02-04 12:16:36 +0000 |
|---|---|---|
| committer | Allan Jude <allanjude@FreeBSD.org> | 2018-02-04 12:16:36 +0000 |
| commit | 229c92e7a8e8320b3de3a20e706ecbfa52a085f9 (patch) | |
| tree | 5ceb75885eec07ed4e06b4ad8d2603037499e1e6 /usr.sbin | |
| parent | c9f70b7b8814df41ce7d2182a6c1a77bc01ea5cf (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rwxr-xr-x | usr.sbin/bsdinstall/scripts/auto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto index 41951f02f427..f86ccb62c179 100755 --- a/usr.sbin/bsdinstall/scripts/auto +++ b/usr.sbin/bsdinstall/scripts/auto @@ -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" |
