Project

General

Profile

« Previous | Next » 

Revision c3cbc094

Added by Scott Ullrich about 20 years ago

Debugging lines for cdrom build

View differences:

etc/inc/config.inc
71 71
				}
72 72
			}
73 73
			$cfgfstype = "msdos";
74
			echo "CDROM build\n";
75
			echo "   CFG: {$cfgpartition}\n";
76
			echo "  TYPE: {$cfgfstype}\n";
74 77
		} else {
75 78
			/* probe kernel known disks until we find one with config.xml */
76 79
			$disks = explode(" ", trim(preg_replace("/kern.disks: /", "", exec("/sbin/sysctl kern.disks"))));
......
211 214
			if ($g['booting']) {
212 215
				if (strstr($g['platform'], "cdrom")) {
213 216
					/* try copying the default config. to the floppy */
214
					echo "Resetting factory defaults...";
217
					echo "Resetting factory defaults...\n";
215 218
					reset_factory_defaults();
216 219
	
217 220
					echo "No XML configuration file found - using factory defaults.\n";

Also available in: Unified diff