create /dev/null on image-builder target

Create /dev/null on target image-builder image, as it was missing.

Change-Id: I8682e095d8042b16259e67b0c145539e3599c24d
This commit is contained in:
Anderson, Craig (ca846m) 2020-12-08 18:58:52 -08:00 committed by Oleksii Shcherba
parent 028fc00390
commit 544e3c5230

View File

@ -39,6 +39,9 @@
mknod "{{ rootfs_root }}/dev/urandom" c 1 9
chmod 640 "{{ rootfs_root }}/dev/urandom"
chown 0:0 "{{ rootfs_root }}/dev/urandom"
mknod "{{ rootfs_root }}/dev/null" c 1 3
chmod 666 "{{ rootfs_root }}/dev/null"
chown 0:0 "{{ rootfs_root }}/dev/null"
- name: "Running multistrap"
shell: