Fix installing sets from cdrom if more than one drive is present.
authorrpe <rpe@openbsd.org>
Tue, 19 May 2015 20:12:29 +0000 (20:12 +0000)
committerrpe <rpe@openbsd.org>
Tue, 19 May 2015 20:12:29 +0000 (20:12 +0000)
commit52b0aa0c66dbf82f6a5b945a23a943f26deca3a2
treedabdca3a15e26db67a5e128cbed2bf7211d8d22c
parent7495bd0372ec70ffd7b731d7da969b5a119f6750
Fix installing sets from cdrom if more than one drive is present.
Run makedev in install_cdrom() to create the necessary device nodes,
which got lost in a recent change.

Found by James Hartley, thanks for the bug report!
OK krw@
distrib/miniroot/install.sub