osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/docker-playground/+/36135?usp=email )


Change subject: scripts/kernel-test: add /dev/null
......................................................................

scripts/kernel-test: add /dev/null

Some busybox programs need /dev/null, add it to the initramfs.

Change-Id: Ie583ae816b517c10d13d77aa45155fc4d1209c26
---
M scripts/kernel-test/initrd-build.sh
1 file changed, 13 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground 
refs/changes/35/36135/1

diff --git a/scripts/kernel-test/initrd-build.sh 
b/scripts/kernel-test/initrd-build.sh
index d942719..e97ff89 100755
--- a/scripts/kernel-test/initrd-build.sh
+++ b/scripts/kernel-test/initrd-build.sh
@@ -117,6 +117,8 @@
 initrd_add_file \
        /lib/modules/*/modules.dep

+mknod dev/null c 1 3
+
 # Required for osmo-ggsn
 mknod dev/net/tun c 10 200


--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/36135?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ie583ae816b517c10d13d77aa45155fc4d1209c26
Gerrit-Change-Number: 36135
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osm...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to