NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Installing NetBSD with an old CRT monitor
imoen%labriquerouge.fr@localhost (Imoen) writes:
>How can I have these commands executed automatically by the bootloader on every
>boot?
You can put such things into /boot.cfg. The syntax is special, e.g.
gop 1
would be
gop=1
Anything that isn't required to be done before the menu can be put
into individual menu entries. Each menu entry can include multiple
commands, there again in normal syntax, separated by semicolon.
E.g.:
menu=My special boot:gop 1;rndseed /var/db/entropoy;userconf disable i915drmkms*;boot netbsd"
Home |
Main Index |
Thread Index |
Old Index