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:
parent
028fc00390
commit
544e3c5230
@ -39,6 +39,9 @@
|
|||||||
mknod "{{ rootfs_root }}/dev/urandom" c 1 9
|
mknod "{{ rootfs_root }}/dev/urandom" c 1 9
|
||||||
chmod 640 "{{ rootfs_root }}/dev/urandom"
|
chmod 640 "{{ rootfs_root }}/dev/urandom"
|
||||||
chown 0:0 "{{ 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"
|
- name: "Running multistrap"
|
||||||
shell:
|
shell:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user