From owner-cvs-all Thu Jun 3 20:18:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A096B14BD2; Thu, 3 Jun 1999 20:18:30 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA75010; Thu, 3 Jun 1999 20:18:30 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Message-Id: <199906040318.UAA75010@freefall.freebsd.org> From: Guy Helmer Date: Thu, 3 Jun 1999 20:18:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 bootinfo.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1999/06/03 20:18:30 PDT Modified files: sys/boot/i386/libi386 bootinfo.c Log: Modify the boot loader to recognize the -C flag and pass the RB_CDROM flag to the kernel to mount a CDROM as the root filesystem. Alternatively, the boot_cdrom env var can be set. As Mike Smith noted, "-C is the "wrong" way to do this", but this is an acceptable stopgap in lieu of a better way. PR: bin/11884 Reviewed by: msmith@freebsd.org Revision Changes Path 1.19 +5 -1 src/sys/boot/i386/libi386/bootinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message