Re: use boot.conf boot into GENERIC.MP with the 5 second pause at boot-time

2008-06-16 Thread Ryan McBride
On Mon, Jun 16, 2008 at 11:28:36AM +0200, Michiel van Baak wrote: > > How can I default boot into GENERIC.MP, and not remove the 5 second > > pause at boot-time? > > cd / && mv bsd bsd.up && mv bsd.mp bsd && reboot This is not really good advice, because it breaks next time you accidentally copy

Re: use boot.conf boot into GENERIC.MP with the 5 second pause at boot-time

2008-06-16 Thread Pierre Riteau
On Mon, Jun 16, 2008 at 05:19:16PM +0800, Dongsheng Song wrote: > I use a amd64 MP server, default boot into GENERIC, not GENERIC.MP. > > I can use boot.conf boot into GENERIC.MP, but this remove the 5 > second pause at boot-time. > > How can I default boot into GENERIC.MP, and not remove the 5 s

Re: use boot.conf boot into GENERIC.MP with the 5 second pause at boot-time

2008-06-16 Thread Ryan McBride
On Mon, Jun 16, 2008 at 05:19:16PM +0800, Dongsheng Song wrote: > How can I default boot into GENERIC.MP, and not remove the 5 second > pause at boot-time? Use the following in your boot.conf: set image bsd.mp man boot.conf for more details...

Re: use boot.conf boot into GENERIC.MP with the 5 second pause at boot-time

2008-06-16 Thread Josh Grosse
On Mon, Jun 16, 2008 at 05:19:16PM +0800, Dongsheng Song wrote: > I use a amd64 MP server, default boot into GENERIC, not GENERIC.MP. > > I can use boot.conf boot into GENERIC.MP, but this remove the 5 > second pause at boot-time. > > How can I default boot into GENERIC.MP, and not remove the 5 s

Re: use boot.conf boot into GENERIC.MP with the 5 second pause at boot-time

2008-06-16 Thread Paul de Weerd
On Mon, Jun 16, 2008 at 05:19:16PM +0800, Dongsheng Song wrote: | I use a amd64 MP server, default boot into GENERIC, not GENERIC.MP. | | I can use boot.conf boot into GENERIC.MP, but this remove the 5 | second pause at boot-time. Then you probably have the following boot.conf : boot bsd

Re: use boot.conf boot into GENERIC.MP with the 5 second pause at boot-time

2008-06-16 Thread Michiel van Baak
On 17:19, Mon 16 Jun 08, Dongsheng Song wrote: > I use a amd64 MP server, default boot into GENERIC, not GENERIC.MP. > > I can use boot.conf boot into GENERIC.MP, but this remove the 5 > second pause at boot-time. > > How can I default boot into GENERIC.MP, and not remove the 5 second > pause at

use boot.conf boot into GENERIC.MP with the 5 second pause at boot-time

2008-06-16 Thread Dongsheng Song
I use a amd64 MP server, default boot into GENERIC, not GENERIC.MP. I can use boot.conf boot into GENERIC.MP, but this remove the 5 second pause at boot-time. How can I default boot into GENERIC.MP, and not remove the 5 second pause at boot-time? Thanks for some help, Dongsheng Song