loader_lua.8 (8e458a431eb6824c18e90b9a51737c82a686d656) | loader_lua.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. --- 197 unchanged lines hidden (view full) --- 249Need more text to succeed -- will finish on next run. 250.It -258 251.Ic Bye 252executed. 253.It -259 254Unspecified error. 255.El 256.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. --- 197 unchanged lines hidden (view full) --- 249Need more text to succeed -- will finish on next run. 250.It -258 251.Ic Bye 252executed. 253.It -259 254Unspecified error. 255.El 256.Sh SEE ALSO |
257.Xr libstand 3 , | 257.Xr libsa 3 , |
258.Xr loader.conf 5 , 259.Xr tuning 7 , 260.Xr boot 8 , 261.Xr btxld 8 262.Sh HISTORY 263The 264.Nm 265first appeared in 266.Fx 12.0 . | 258.Xr loader.conf 5 , 259.Xr tuning 7 , 260.Xr boot 8 , 261.Xr btxld 8 262.Sh HISTORY 263The 264.Nm 265first appeared in 266.Fx 12.0 . |