From owner-freebsd-questions Mon Apr 15 3: 6:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gandalf.scott.sh (c19078.sunsh1.vic.optusnet.com.au [210.49.237.167]) by hub.freebsd.org (Postfix) with SMTP id C252437B400 for ; Mon, 15 Apr 2002 03:06:36 -0700 (PDT) Received: from gandalf.scott.sh (localhost [127.0.0.1]) by gandalf.scott.sh (8.12.2/8.12.2) with ESMTP id g3FA6Vmo024848 for ; Mon, 15 Apr 2002 20:06:31 +1000 (EST) (envelope-from scotia@gandalf.scott.sh) Received: (from scotia@localhost) by gandalf.scott.sh (8.12.2/8.12.2/Submit) id g3FA6USC024847 for freebsd-questions@freebsd.org; Mon, 15 Apr 2002 20:06:30 +1000 (EST) Date: Mon, 15 Apr 2002 20:06:30 +1000 From: Scott Aitken To: freebsd-questions@freebsd.org Subject: compiling and installing new boot blocks Message-ID: <20020415100630.GA24809@gandalf.scott.sh> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I have a headless server running with the /boot/loader -P command in /boot.config. I want to increase the serial port speed to 115200, and according to the handbook, I need to modify /etc/make.conf and recompile the bootblocks. Is it as simple as: adding BOOT_COMCONSOLE_SPEED= 115200 to make.conf cd /usr/src/sys/i386/boot/biosboot && make && make install reboot TIA, Scott Aitken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message