Project

General

Profile

« Previous | Next » 

Revision 6a054f7a

Added by Scott Ullrich about 16 years ago

Set boot slice correctly (reversed logic)

View differences:

usr/local/www/diag_nanobsd.php
88 88
EOF;
89 89
	for ($i = 0; $i < ob_get_level(); $i++) { ob_end_flush(); }
90 90
	ob_implicit_flush(1);
91
	if(strstr($_POST['bootslice'], "s1")) {
91
	if(strstr($_POST['bootslice'], "s2")) {
92 92
		$ASLICE="2";
93 93
		$AOLDSLICE="1";
94 94
		$ATOFLASH="{$BOOT_DRIVE}s{$SLICE}";

Also available in: Unified diff