loader_simp.8 (9e1dc7bec331b4d120d4b0687cfd54692e4fddcb) loader_simp.8 (11f49259c88ed4c110eefe89fa3862ef419b4150)
1.\" Copyright (c) 1999 Daniel C. Sobral
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 26 unchanged lines hidden (view full) ---

35.Nm
36is the final stage of
37.Fx Ns 's
38kernel bootstrapping process.
39On IA32 (i386) architectures, it is a
40.Pa BTX
41client.
42It is linked statically to
1.\" Copyright (c) 1999 Daniel C. Sobral
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 26 unchanged lines hidden (view full) ---

35.Nm
36is the final stage of
37.Fx Ns 's
38kernel bootstrapping process.
39On IA32 (i386) architectures, it is a
40.Pa BTX
41client.
42It is linked statically to
43.Xr libstand 3
43.Xr libsa 3
44and usually located in the directory
45.Pa /boot .
46.Pp
47It provides a scripting language that can be used to
48automate tasks, do pre-configuration or assist in recovery
49procedures.
50This scripting language is roughly divided in
51two main components.

--- 668 unchanged lines hidden (view full) ---

720Need more text to succeed -- will finish on next run.
721.It -258
722.Ic Bye
723executed.
724.It -259
725Unspecified error.
726.El
727.Sh SEE ALSO
44and usually located in the directory
45.Pa /boot .
46.Pp
47It provides a scripting language that can be used to
48automate tasks, do pre-configuration or assist in recovery
49procedures.
50This scripting language is roughly divided in
51two main components.

--- 668 unchanged lines hidden (view full) ---

720Need more text to succeed -- will finish on next run.
721.It -258
722.Ic Bye
723executed.
724.It -259
725Unspecified error.
726.El
727.Sh SEE ALSO
728.Xr libstand 3 ,
728.Xr libsa 3 ,
729.Xr loader.conf 5 ,
730.Xr tuning 7 ,
731.Xr boot 8 ,
732.Xr btxld 8
733.Sh HISTORY
734The
735.Nm
736first appeared in
737.Fx 3.1 .
738.Sh AUTHORS
739.An -nosplit
740The
741.Nm
742was written by
743.An Michael Smith Aq msmith@FreeBSD.org .
729.Xr loader.conf 5 ,
730.Xr tuning 7 ,
731.Xr boot 8 ,
732.Xr btxld 8
733.Sh HISTORY
734The
735.Nm
736first appeared in
737.Fx 3.1 .
738.Sh AUTHORS
739.An -nosplit
740The
741.Nm
742was written by
743.An Michael Smith Aq msmith@FreeBSD.org .