Project

General

Profile

« Previous | Next » 

Revision 1a2911a7

Added by Scott Ullrich about 15 years ago

Use nanobsd

View differences:

etc/inc/system.inc
1388 1388
		return array('name' => 'generic-pc-cdrom', 'descr' => "Generic PC (CD-ROM)");
1389 1389
	
1390 1390
	/* the rest of the code only deals with 'embedded' platforms */
1391
	if ($g['platform'] != 'embedded')
1391
	if ($g['platform'] != 'nanobsd')
1392 1392
		return array('name' => $g['platform'], 'descr' => $g['platform']);
1393 1393
	
1394 1394
	$dmesg = system_get_dmesg_boot();

Also available in: Unified diff