svn commit: r241120 - projects/bhyve/sys/boot/userboot/userboot

Peter Grehan grehan at FreeBSD.org
Tue Oct 2 04:36:37 UTC 2012


Author: grehan
Date: Tue Oct  2 04:36:37 2012
New Revision: 241120
URL: http://svn.freebsd.org/changeset/base/241120

Log:
  Add cd9660 support to userboot to allow CD boot.

Modified:
  projects/bhyve/sys/boot/userboot/userboot/conf.c

Modified: projects/bhyve/sys/boot/userboot/userboot/conf.c
==============================================================================
--- projects/bhyve/sys/boot/userboot/userboot/conf.c	Tue Oct  2 03:33:41 2012	(r241119)
+++ projects/bhyve/sys/boot/userboot/userboot/conf.c	Tue Oct  2 04:36:37 2012	(r241120)
@@ -57,6 +57,7 @@ struct devsw *devsw[] = {
 struct fs_ops *file_system[] = {
 	&host_fsops,
 	&ufs_fsops,
+	&cd9660_fsops,
 	&gzipfs_fsops,
 	NULL
 };


More information about the svn-src-projects mailing list