build: image: Do not call make-essential-device-nodes by default.
authorMathieu Othacehe <othacehe@gnu.org>
Tue, 9 Jun 2020 08:23:15 +0000 (10:23 +0200)
committerMathieu Othacehe <othacehe@gnu.org>
Tue, 9 Jun 2020 08:32:19 +0000 (10:32 +0200)
commit8423c2d3097da2d9d25b6f56c1971ac7147d3ad9
tree48e96c93adac5a612c300b1eedb25f4ef78157b6
parent1b5d26c967b17b635c88a094e010cd42a9afb220
build: image: Do not call make-essential-device-nodes by default.

Calling "mknod" without root permissions fails. Plus those device nodes do not
appear to be needed to boot.

* gnu/build/image.scm (initialize-root-partition): Do not use
make-essential-device-nodes as default make-device-nodes procedure.
gnu/build/image.scm