mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 21:33:04 +00:00
With apologies to dcs, temporarily comment out the version check code. It
is failing for everybody that I have spoken with that has tried it. FreeBSD/i386 bootstrap loader, Revision 0.8 (root@outback.netplex.com.au, Tue Jun 13 23:26:49 PDT 2000) Loader version 0.3+ required Aborted! start not found Note that the 0.3+ message is from inside the arch-alpha block, not the i386 block of code. And even then, 0.8 is higher than 0.3. This prevents the rest of the loader.conf stuff working. :-/
This commit is contained in:
parent
26b6ea69c3
commit
49e7f72d87
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61650
@ -24,29 +24,29 @@
|
||||
\
|
||||
\ $FreeBSD$
|
||||
|
||||
s" arch-alpha" environment? [if] [if]
|
||||
s" loader_version" environment? [if]
|
||||
3 < [if]
|
||||
.( Loader version 0.3+ required) cr
|
||||
abort
|
||||
[then]
|
||||
[else]
|
||||
.( Could not get loader version!) cr
|
||||
abort
|
||||
[then]
|
||||
[then] [then]
|
||||
\ s" arch-alpha" environment? [if] [if]
|
||||
\ s" loader_version" environment? [if]
|
||||
\ 3 < [if]
|
||||
\ .( Loader version 0.3+ required) cr
|
||||
\ abort
|
||||
\ [then]
|
||||
\ [else]
|
||||
\ .( Could not get loader version!) cr
|
||||
\ abort
|
||||
\ [then]
|
||||
\ [then] [then]
|
||||
|
||||
s" arch-i386" environment? [if] [if]
|
||||
s" loader_version" environment? [if]
|
||||
8 < [if]
|
||||
.( Loader version 0.8+ required) cr
|
||||
abort
|
||||
[then]
|
||||
[else]
|
||||
.( Could not get loader version!) cr
|
||||
abort
|
||||
[then]
|
||||
[then] [then]
|
||||
\ s" arch-i386" environment? [if] [if]
|
||||
\ s" loader_version" environment? [if]
|
||||
\ 8 < [if]
|
||||
\ .( Loader version 0.8+ required) cr
|
||||
\ abort
|
||||
\ [then]
|
||||
\ [else]
|
||||
\ .( Could not get loader version!) cr
|
||||
\ abort
|
||||
\ [then]
|
||||
\ [then] [then]
|
||||
|
||||
include /boot/support.4th
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user