Wait, "install.sh" was phased out and "install.sub" put in its place, URL

http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib/miniroot/install.sub?rev=1.901&content-type=text/x-cvsweb-markup .

The only lines I find that mention "bsd.mp" are:

        if [[ -f /mnt/bsd.mp ]] && ((NCPU > 1)); then
                echo "Multiprocessor machine; using bsd.mp instead of bsd."
                mv /mnt/bsd /mnt/bsd.sp 2>/dev/null
                mv /mnt/bsd.mp /mnt/bsd
        fi


Soo, what the installer does is to move in "bsd.mp" as "bsd" on multicore machines.


And that should work on all machines too as bsd.mp works on single-core machines also, just is a bit slower.

So "mv /bsd.mp /bsd" is the recommended way then.


The only reason I asked was because I not found it mentioned in the FAQ:s and I may use a singlecore machine for the installation. Thanks for pointing me to look in the source directly.

Great!

Reply via email to