aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authorAllan Jude <allanjude@FreeBSD.org>2016-07-03 01:23:38 +0000
committerAllan Jude <allanjude@FreeBSD.org>2016-07-03 01:23:38 +0000
commite302644618a9cb111c5f8124069393c32e7a11bb (patch)
treed8f650cfbcb512d63c1438439ac40f046cd74e3d /usr.sbin/bsdinstall
parentca13d5d23a354d2095cf60fa0d424b3ba417ca85 (diff)
downloadsrc-e302644618a9cb111c5f8124069393c32e7a11bb.tar.gz
src-e302644618a9cb111c5f8124069393c32e7a11bb.zip
Add more machines to the bsdinstall workaround blacklist
Apply the LenovoFix (fake partition in pMBR is 2nd rather than 1st) and GPT Active fix (mark the fake pMBR partition active) to respective hardware that is confirmed to require such to boot correct. Submitted by: Sam Fourman Jr. <sfourman@gmail.com> (ThinkPad W520) Submitted by: Matthias Apitz <guru@unixarea.de> (Latitude E6330) Approved by: re (gjb) Sponsored by: ScaleEngine Inc.
Notes
Notes: svn path=/head/; revision=302320
Diffstat (limited to 'usr.sbin/bsdinstall')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/auto4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto
index db0fea925221..57014a17879e 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 X220"|"ThinkPad T420"|"ThinkPad T520"|"ThinkPad W520")
dialog_workaround "$msg_lenovo_fix"
retval=$?
f_dprintf "lenovofix_prompt=[%s]" "$retval"
@@ -195,7 +195,7 @@ if f_interactive; then
;;
"Dell Inc.")
case "$sys_model" in
- "Latitude E7440"|"Latitude E7240"|"Precision Tower 5810")
+ "Latitude E6330"|"Latitude E7440"|"Latitude E7240"|"Precision Tower 5810")
dialog_workaround "$msg_gpt_active_fix"
retval=$?
f_dprintf "gpt_active_fix_prompt=[%s]" "$retval"