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:
Peter Wemm 2000-06-14 07:18:18 +00:00
parent 26b6ea69c3
commit 49e7f72d87
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61650

View File

@ -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