loader.conf from loader prompt

Allan Jude allanjude at freebsd.org
Thu Dec 29 19:22:28 UTC 2016


On 2016-12-29 09:53, Slawa Olhovchenkov wrote:
> On Thu, Dec 29, 2016 at 08:40:57AM -0600, Mark Felder wrote:
> 
>>
>>
>> On Thu, Dec 29, 2016, at 05:43, Slawa Olhovchenkov wrote:
>>> I am need set/unset some values (from loader.conf) from loader prompt.
>>> Or add content of some file to loader.conf from loader prompt.
>>> Or interactivly enable/disable some lines from loader.conf
>>>
>>> Is this posible?
>>>
>>
>> Yes. Check the loader(8) man page or the "help" command at the loader
>> prompt.
> 
> Already did, don't help.
> 
> For example, what I need enter in loader prompt for next equalent:
> ==
> mfsroot_load="YES"
> mfsroot_type="md_image"
> mfsroot_name="/boot/md.img"
> ==
> 
> set mfsroot_load="YES"
> set mfsroot_type="md_image"
> set mfsroot_name="/boot/md.img"
> boot
> 
> don't work.
> 
> `load -t md_image /boot/md.img` can't be before kernel load.
> 
> What I am missing?
> 
> 
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
> 

To run loader commands from a file:
include /path/to/file

To see what variables are already set:
show

Read an additional/alternate loader.conf file:
read-conf /path/to/file



-- 
Allan Jude

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20161229/06903fe5/attachment.sig>


More information about the freebsd-hackers mailing list